When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / chinna
Hi
When we give this command select * from Emp; It will
display emp table from oracle in database program.
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
What is sql query optimization?
Can we use having without group by in sql?
Which are the different case manipulation functions in sql?
Explain raise_application_error.
What is trigger point?
What is dcl in sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Why is sharding used?
how to return query output in html format? : Sql dba
Inline the values in PL/SQL, what does it mean.?
What is compute?
what is log shipping? : Sql dba
Differentiate between syntax and runtime errors.
What is a full join?
What are local and global variables and their differences?