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 are character functions?
Why use subqueries instead of joins?
What is dynamic sql in pl sql?
how to use myisamchk to check or repair myisam tables? : Sql dba
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is a rank in sql?
Is sql scripting language?
What are the most important characteristics of pl/sql?
What does dml mean?
How do I truncate a sql log file?
What are functions in sql?
What is the purpose of the primary key?
What is the difference between functions, procedures, and packages in pl/sql?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure