about 5 years ago
Using this SQL Top statement we can select the topmost( first element from top ) element from the table in database . We can also select one or more element from the top in a table . This clause tell how many rows is returned . Syntax ->
select top (number) from student ;
Example -> Table Name -> student
**Student_name** **Student_Age** **Student_Id** Mukesh 23 1 Ayush 24 2 Ishan 20 4 Pranav 35 7 Abhishek 26 8 Ravi 25 3
Now suppose i want to get 3 elements from top then we can do with Top clause select top 3 * from student ;
**Student&_name** **Student&_Age** **Student_Id** Mukesh 23 1 Ayush 24 2 Ishan 20 4
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)