When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / 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 View All Answers
what is csv? : Sql dba
Why indexing is needed?
How much does sqlite cost?
Can a procedure in a package be overloaded?
What is sqlite used for?
What are the sql aggregate functions?
How delete all data from all tables in sql?
how to rename an existing table in mysql? : Sql dba
What is the basic form of sql query?
What is sql and its types?
How many sql statements are used? Define them.
What are records give examples?
how to include comments in sql statements? : Sql dba
How is data stored on a disk?
What are the two characteristics of a primary key?