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 |
What is rank () in sql?
If we have n no of columns in a table, can we add new column in that table with not null constraint?
What is Difference Between delete and Truncate?
what are pl/sql collections?
4 Answers JPMorgan Chase, Oracle,
Explain two virtual tables available at the time of database trigger execution.
SQL Tuning, Oracle Server 10g: Why is the following hint invalid? SELECT /*+ first_rows parallel(table_name,paral_number)*/
What is the difference between the conventional and direct path loader? : aql loader
What is pl sql variable?
i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?
what is a stored procedure? : Sql dba
How can we solve sql error: ora-00904: invalid identifier?
Which one is better sql or oracle?
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)