When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / geetha priya
It will retrieve all the columns of emp table. There is no
need to check for conditions as there are no conditions
specified in the given command.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
write an sql query to find names of employee start with 'a'? : Sql dba
Where is pl sql used?
how to check myisam tables for errors? : Sql dba
how to dump a table to a file with 'mysqldump'? : Sql dba
what are date and time intervals? : Sql dba
What is mutating error in pl sql?
What is recursive join in sql?
How to get unique records from a table?
what is a control file ? : Sql dba
Is hadoop a nosql?
what is primary key? : Sql dba
What are sql triggers used for?
What is sql constant?
What does closing a cursor do?
Does pl sql work in mysql?