| Other Programming Code AllOther Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Write a sql query to find n'th maximum in the database
table. | Oracle | 3 |
| DAL in oracle | | 1 |
| i wrote from two tables (employee and department)
1.select * from employee,department; (it is cartesian
product) but
2.select * from employee department; (?????????????????)
by default it displays the employee table,what is the
reason it is not taking department ???
mail @ mak2786@gmail.com
Arunkumar
| | 1 |
| |
| For more Programming Code AllOther Interview Questions Click Here |