what is myisam? : Sql dba
I have a procedure in a procedure. The inner procedure contains out parameter. How I can call the inner procedure in the out procedure and send the inner procedure parameter value(out parameter value) into out procedure?
What pl/sql package consists of?
Can we use delete in merge statement?
Can one improve the performance of sql*loader? : aql loader
How does index help in query performance?
Can we update views in sql?
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...
How to fetch records from a partitioned table?
Can a primary key be a foreign key?
What is using in sql?
what is the purpose of update command in oracle?
Why are cursors used?