What are the different operators available in sql?
How to trace the errors in pl/sql block code?
What is a primary key, and how is it different from a unique key?
What is mutating table error?
Can we insert in sql function?
can we delete the trigger in a view? if yes why if not why?
What is query execution plan in sql?
what is 'mysqld'? : Sql dba
what is organisational index?
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...
I have 2 packages A and B. Now package A references Package B and Package B references Package A. How do you compile such inter-dependent objects in PL/SQL
5 Answers Doyensys, Infosys, Metric Stream,
What is synonyms?
select 1,col1,col2 from table1. output?