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
What are the types of operators available in sql?
Is pl sql useful?
What is sql dialect?
What is secondary key?
What is difference between stored procedure and trigger?
Can you have more than one key in a database?
Does sap use sql?
How to create a menu in sqlplus or pl/sql?
What are keys in sql?
Define commit?
what is the difference between $message and $$message? : Sql dba
What is update query?
What is cursor in pl sql with examples?
Can you sum a count in sql?
What is sql lookup?