What are types of exception?
No Answer is Posted For this Question
Be the First to Post Answer
What is extent clause in table space?
PL/SQL allocates memory for the variable's at runtime or at compile time
how can i read write files from pl/sql
What is restrict in sql?
Is grant a ddl statement?
Explain lock escalation? : Transact sql
why not null constraint showing its constraint type as 'c'
What is difference between nchar and nvarchar?
Write the alter statement to enable all the triggers on the t.students table.
What is scope of pl sql developer in future?
If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please
Why you are not able to create a table using select command,if it is having a LONG column? for eg:create table test as select * from test1 here test1 containg a column having LONG datatype...