Explain the use of tables option in exp command.
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
How to create a table interactively?
What is backup in Oracle?
How to start an oracle instance?
What is null value in oracle?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
What is a lookup table in oracle?
What is DTS and purpose of DTS ?
Can I create users through internet explorer in oracle 10g?
What is a Private Synonyms ?
Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
What is the difference between SQL and SQL Server?