how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?
Answer Posted / sneha s
fetch the 5th record from a table of 10 records:
select * from emp limit 4,1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does order by actually change the order of the data in the tables or does it just change the output?
How to provide login information for a new odbc dsn?
Explain what is the purpose of sql profiler in sql server?
Give main differences between "Truncate" and "Delete".
what are the different stages of Report Processing?
How to stop a loop early with break statements in ms sql server?
What is the difference between local and global temporary tables?
Explain query editor regions
Is truncate a dml command?
Can we take the full database backup in log shipping?
what are the types of indexes? : Sql server database administration
What is a unique key constraint?
What is normalization and its types?
How is a full-text index updated?
What are the triggers in sql?