write a query to find out the no. of employees whose age is less than 25 and max of salary for the employees belonging to a particular department is less than 20000
6 22529i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75
IBM,
12 19942Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
15 41142There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?
IBM,
4 11410
What is the process of debugging?
How do you rank data in sql?
How do you drop a trigger?
What is graph sql?
Explain two easy sql optimizations.
What are the different types of dbmss?
What is procedure function?
How to disable a trigger name update_salary?
What is autocommit sql?
What is use of package in pl sql?
When you have to use a default "rollback to" savepoint of plvlog?
What is the life of an sql statement?
What are the disadvantages of file system?
what is innodb? : Sql dba
What are the various restrictions imposed on view in terms of dml?