When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / d.elumalai
IF WE GIVE SELECT * FROM EMPLOYEES MEANS
THE ORACLE WILL DO THE FOLLOWING.
1.SYNTACTIC CHECK
2.SEMANTIC CHECK
3.HARD PARSING
4.SOFT PARSING
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
State few characteristics of pl/sql?
Define commit?
Can a varchar be a primary key?
What is a sql select statement?
what is the use of double ampersand (&&) in sql queries?
What is example of database?
Does oracle roll back the transaction on an error?
how do you know if your mysql server is alive? : Sql dba
What is scalar and vector?
What view means?
What is optimistic concurrency control? : Transact sql
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is the limitation on the block size of pl/sql?
What are all the different normalizations?
What is the purpose of the partition table?