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 22530i 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 19943Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
15 41150There 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 11411
what are the properties and different types of sub-queries? : Sql dba
What is sqlservr exe?
What is file based approach?
Can you do multiple joins in sql?
What are the sql versions?
Can 2 queries be executed simultaneously in a distributed database system?
How to get help at the sql prompt?
Where do we use pl sql?
Can we rollback delete command?
What are the different sql commands?
Does truncate release storage space?
How can you load multi line records? : aql loader
Is sqlite thread safe?
Explain the significance of the & and && operators in pl sql.
how can we know the count/number of elements of an array? : Sql dba