Answer Posted / sunita
select * from tab
where rownum=2;
| Is This Answer Correct ? | 18 Yes | 142 No |
Post New Answer View All Answers
Why are sql stored procedures used?
How can I make sql query run faster?
What does := mean in pl sql?
Does sql support programming?
What is view explain with example?
Why is pl sql needed?
what are the advantages a stored procedure? : Sql dba
How many types of cursors supported in pl/sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
what is view? : Sql dba
Is record in pl sql?
What is pl/sql table? Why is it used?
What is fmtonly in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
How many types of normalization are there?