When we give SELECT * FROM EMP; How does oracle respond?

Answers were Sorted based on User's Feedback



When we give SELECT * FROM EMP; How does oracle respond?..

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

When we give SELECT * FROM EMP; How does oracle respond?..

Answer / sun

Oracle responds as

It retrieves all records from the EMP table.

Is This Answer Correct ?    1 Yes 2 No

When we give SELECT * FROM EMP; How does oracle respond?..

Answer / reddy

IT WILL GIVES THE ALL THE ATTRIBUTS IN EMP TABLE

Is This Answer Correct ?    5 Yes 8 No

When we give SELECT * FROM EMP; How does oracle respond?..

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

Post New Answer

More SQL PLSQL Interview Questions

Explain the difference between drop and truncate commands in sql?

0 Answers  


How can you know that statistics should be updated?

0 Answers  


how to shut down the server with 'mysqladmin'? : Sql dba

0 Answers  


what is dbms? : Sql dba

0 Answers  


how to get the third quarter of employee details from emp?

2 Answers   CompuTech,






Which are the different character-manipulation functions in sql?

0 Answers  


Can %notfound return null after a fetch?

0 Answers  


Can you call pl/sql package functions from within a fast formula?

0 Answers  


What does stand for in sql?

0 Answers  


Which operator is used in query for pattern matching?

0 Answers  


How to rename a table?

0 Answers  


What are the different sql commands?

0 Answers  


Categories