Answer Posted / testing
you can get the first four rows using this query
select * from emp limit 4
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to connect to oracle using service name instead of sid?
How to insert a new row into a table in oracle?
Which is faster join or subquery in oracle?
What is a lookup table in oracle?
What is tns service name?
how to make an oracle object
What is analyze command used for?
How to load excel data sheet to oracle database
Design database draw er diagram for a certain scenario ?
What is integrity and what is constraint??Explain with example
How to establish administrator authentication to the server?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is system tablespace?
How to resolve the ORA-39133 error in Oracle?
Differentiate between post-database commit and post-form commit?