Use The Implicit cursor to Query The Department table information Where Deptno is 30.check,if no record was found then print "Record Was Not Found".Else Print Deptname And Ename.Dept table Have Dname Varchar2(20),Deptno Number,EnameVarchar2(20).Please Answer In 2 mins,with in Maximum 15 lines.
Answer Posted / debasis mohanty
If That dept 30 contains more than 1 employee then your answer is wrong
erorr:exact fetch returns more than 1 rows
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are myisam tables? : Sql dba
What are different types of indexes?
What is an emotional trigger?
Explain isolation levels. : Transact sql
how can we know the count/number of elements of an array? : Sql dba
Can we connect to postgresql using sql developer?
What is substitution variable?
What is the usage of the distinct keyword?
What program will open a mdb file?
What is the difference between jpql and sql?
What type of database is cloud sql?
What is the main reason behind using an index?
explain the difference between bool, tinyint and bit. : Sql dba
What is #table in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba