What is a mutating table and a constraining table?
No Answer is Posted For this Question
Be the First to Post Answer
Wat is SGA ?
What is the difference between null value, zero, and blank space?
What is the advantage of index in sql?
What is vector point function?
what is a tablespace? : Sql dba
What is a unique constraint?
What is the Diff b/w Constraints and Trigeer
There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?
how to escape special characters in sql statements? : Sql dba
What is multiple partition?
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...
How exception is different from error?