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 22508i 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 19918Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
15 41114There 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 11384
What is dense_rank in sql?
What is dcl in sql?
what is transaction? : Sql dba
How do you modify a column in sql?
Does sql backup shrink transaction log?
What is column?
how to do backup entire database? : Transact sql
What is not equal in sql?
What are the types of dbms?
Why coalesce is used in sql?
What does bitemporal mean?
How to revise and re-run the last sql command?
Can we update views in sql?
How do you select unique values in sql?
What is foreign key and example?