- 
                    
- 
                    
- 
                    
- 
                    How do you subtract two columns in oracle databaseHow do you subtract two columns in oracle database, two columns are in data format.Example : inserttime column senttime column? 
- 
                    Delete distinct name from tableHow could i delete the distinct name from the table. the rest record would be available as it is in the table? 
- 
                    
- 
                    
- 
                    
- 
                    Loading Huge data files to OracleWhat is the process that we use to load the data faster when there are millions of files? 
- 
                    
- 
                    
- 
                    How to delete identical row from a table?how to delete identical row from a table? 
 
 if we have 4 row and two of them having same data then how we delete identical row using delete query
- 
                    How To Copy Data From One Table to Another Table Having DataIf i have two table T1 having data of column C1,C2,C3 and C4 and T2 having data of column C5,C6,C7 and C8,How to copy Data of T2 to T1 or T1 to T2 
- 
                    
- 
                    Reverse DuplicateHow to delete reverse duplicate in oracle. 
 e.g i/p
 col1 col2
 hyd blr
 mum del
 del blr
 blr hyd
 blr del
 
 i want in o/p
 col1 col2
 hyd blr
 mum del
 del blr
- 
                    Query to Display Employee Hike DetailsEID ENAME SAL SALMONTH 
 101 xyz 100 Jan 2015
 101 xyz 200 Feb 2015
 102 Abc 300 Feb 2015
 
 I want output like this
 Eid Ename hike
 101 xyz 100
 102 Abc 0
- 
                    SQL to retrieve the 5th record onlyMy Question is : 
 
 I have one table , from this table I have 1000 records. Particularly I need retrieve the 5th record only.
 no need retrieve 1 to 4th only 5th record only I need retrieve by using SQL Query?
- 
                    Retreive data from 2 tablesI have 2 tables. Table A and Table B. I want to display all the rows from both the tables. can anyone help me on this?? 
- 
                    Ascending Order and Descending Order QueryHow to write a query to list the items in ascending order of Name and within Name, in descending order of Salary 
- 
                    Display Column as RowsThere is a table T with two columns C1 and C2. 
 The data is as below:
 C1 C2
 1 4
 2 5
 3 6
 
 display the result as :
 
 1 2 3
 4 5 6
SQL Interview Questions

 
  
  
  
		
Ans