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 |
Enlist the characteristics of pl/sql?
What is varchar used for?
what is the use of friend function? : Sql dba
Write a query to display the current date in sql?
Can instead of triggers be used to fire once for each statement on a view?
There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?
What is native sql query?
What is error ora-01000: maximum open cursors exceeded
Why is nosql good?
Does sap use sql?
Show how functions and procedures are called in a pl/sql block.
Types of cursors and explanation each of them ?
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)