When is the update_statistics command used?
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
What is the use of & in pl sql?
Explain the difference between drop and truncate commands in sql?
How can I get the number of records affected by a stored procedure?
what is difference between delete and truncate commands? : Sql dba
How is data stored in sql?
TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
What is the difference between a database and a relational database?
I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?
Can a select statement fire a trigger?
What is the usage of sql functions?
What is pl sql package?