how u can find the n row from a table?
Answer Posted / anudeep
select * from employee where rowid=&n;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain what is a database?
How can we implement rollback or commit statement in a trigger?
Are null values same as that of zero or a blank space?
Explain the insert into statements in sql?
what is the difference between truncate and drop statements? : Sql dba
Can we create a trigger on view?
Explain the difference between triggers and constraints?
how to use regular expression in pattern match conditions? : Sql dba
What are local and global Indexes and where they are useful.
What is the maximum rows in csv?
What is pl sql package?
What are schema-level triggers?
What are stored procedures used for?
Do stored procedures prevent sql injection?
Can a trigger call a stored procedure?