When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / belal ansari
The sql engine select the records from the table EMS and it store in IMPLICIT CURSOR then display these recordes.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a file delimiter?
explain commit and rollback in mysql : sql dba
Why do we need databases?
how to use case expression? : Sql dba
Is left join same as inner join?
Are pl sql variables case sensitive?
How do I edit a stored procedure?
Can %notfound return null after a fetch?
Is subquery faster than join?
What is $$ in sql?
Can sql developer connect to db2?
who introduced sql?
Name the operator which is used in the query for pattern matching?
Can we use the cursor's to create the collection in PL/SQL?
what is isam? : Sql dba