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
How do I view a table in sql?
How much does a sql dba make? : SQL DBA
Does truncate remove indexes?
What is file based approach?
Can we use threading in pl/sql?
What is foreign key and example?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Define sql delete statement.
How many joins can you have in sql?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
How can you view the errors encountered in a trigger?
What is use of term?
Is a secondary key the same as a foreign key?
What can I use instead of union in sql?