Can we perform dml in function?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What program will open a mdb file?
Store procedure will return a value?
how to drop an existing table in mysql? : Sql dba
What are tables in sql?
If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
difference between pl/sql table and normal pl/sql table
What is the importance of sqlcode and sqlerrm?
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
Why are sql stored procedures used?
What is sql*loader and what is it used for?
What is materialized view. What are different methods of refresh?