How you improve the performance of sql*loader? : aql loader
Why is theta join required?
Write a query to find the employees from EMP table those who have joined in Monday. (there is a column as hiredate which is a date column i.e values are like 03-DEC-81)
How run sql*plus commands that are stored in a local file?
display records from 5 to 9 using rowid or rownum
What is normalisation in sql?
How to set up sql*plus output format in oracle?
what is a composite primary key ? : Sql dba
I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu
What is using in sql?
Can you join a table to itself?
What is full form of rtm?
i need department wise top 2 employees salary.which logic i will use