When we give SELECT * FROM EMP; How does oracle respond?
Answers were Sorted based on User's Feedback
Answer / belal ansari
The sql engine select the records from the table EMS and it store in IMPLICIT CURSOR then display these recordes.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sun
Oracle responds as
It retrieves all records from the EMP table.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / veni
WE give this query when, we need to view the entire record
of emp table. ( i.e) it will display all the rows and
columns of emp table. and the oracle respond the same as
per the query given.
Is This Answer Correct ? | 2 Yes | 5 No |
If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please
What is pl sql and why it is used for?
what is difference b/w pravite procedures and public procedures?
3 Answers Steria, Wipro, Zensar,
What is intersect?
Are sql views compiled?
Explain the PL/SQL compilation process.
Define SQL and state the differences between SQL and other conventional programming Languages?
Is sql an operating system?
Why is sql important?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What is the usage of NVL?
7 Answers Infosys, Micro Infotek,
what is a constraint? : Sql dba