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 |
When is a declare statement required?
What is an escape character in sql?
Difference between a query and strored procedure?
Is sql better than excel?
can i call procedure in package
What are the set operators in sql?
What are predefined functions in sql?
Why join is faster than subquery?
What are aggregate functions in sql?
What is the difference between nested table and varray?
How do I trace sql profiler?
What are sql injection vulnerabilities?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)