Answer Posted / chandu
sql * plus
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to disable a trigger name update_salary?
how to shut down the server with 'mysqladmin'? : Sql dba
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...
Can we have two clustered index on a table?
what is table? : Sql dba
Where not exists in sql?
Can we use loop in sql?
What do you understand by exception handling in pl/sql?
What is the use of prepared statement?
what does myisamchk do? : Sql dba
How do I run a sql script?
What is a full join sql?
What is use of package in pl sql?
What is normalization sql?
How to use sql*plus built-in timers?