From an Employee table, how will you display the record
which has a maximum salary?
Post New Answer View All Answers
what is 'mysqld'? : Sql dba
Can we use update in sql function?
How do I view tables in sql developer?
What is a Mapplet?
How do I view a procedure in sql?
Is nosql relational?
Does inner join return duplicate rows?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
Where is pl sql used?
How do you break a loop in pl sql?
What are few of the schema objects that are created using PL/SQL?
How do I get sql certification?
Which sql statement is used to return only different values?
What is a design view?
How is indexing done in search engines?