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 |
How many row comparison operators are used while working with a subquery?
Write a unique difference between a function and a stored procedure.
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What are dml commands?
What is the command used to fetch the first 5 characters of a string?
What are sql ddl commands?
What are pl sql procedures?
What is database migration?
What are the different types of dbms?
What is sqlservr exe?
What do you mean by dbms? What are its different types?
select top 3 sal from each dept?
17 Answers IBM, TCS,
Oracle (3253)
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)