how u can find the n row from a table?
Answer Posted / abhi
select * from employee where employeeno="1";
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is over () in sql?
Can we create table in function?
Is delete faster than truncate?
what are the differences between binary and varbinary? : Sql dba
How do you change a value in sql?
How to start oracle sql developer?
What is fmtonly in sql?
What is sql engine in oracle?
Which version of sql do I have?
Explain polymorphism in pl/sql.
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What is int identity in sql?
What are pl/sql packages?
What is a join query?