Department
-----------
salary Deptname
1000 A
3000 A
2000 B
3000 B
4000 C
5000 C
select the deptname where salary >=5000
result should be:
Deptname
---------
C
please post only executed query in SQL server 2005
Asked By: Md. Niyaz
Answers were Sorted based on User's Feedback
Answer / maulesh
Select Deptname
From Department
Where salary >=5000
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rajkumar
Select Deptname from Department Where salary >=5000
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the Prerequisites for Replication?
What is sub-query in sql server? Explain its properties.
Define ACID properties in a Database?
Explain what are the basic functions for master, msdb, model, tempdb databases?
CREATE a table from another table
Describe in brief system database.
what kind of lan types do you know? : Sql server database administration
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
what is IDE,DMV in sql server?
Why do we need normalization?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
what is normalization? : Sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)