How to retrieve first and last records from a table?
Answer Posted / guest
select *from dual;
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is integrity and what is constraint??Explain with example
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is a named program unit?
Does oracle database need java?
How to find the duplicate rows count from employees table in oracle?
What is a subquery?
What is recovery manager(rman) backup in Oracle?
6. Display the client name and order date for all orders using the traditional method.
What is open database communication (odbc) in oracle?
Is there any function in oracle similar like group_concat of mysql?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
what is insert all statement in sql
How to write date and time interval literals in oracle?
How to find out what oracle odbc drivers are installed?
How to define a variable of a specific record type?