How to find out name of all employees who has salary less
than 200 Rs.?
Answers were Sorted based on User's Feedback
Answer / praveen kumar.dandu
select ename from emp where sal<200
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / tasneemuddin
Select <Employee Name Field> From <Table Name> Where <Salary
Field> < 2000
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manu
select emp<e name field>,sal<Sal field> from employees <Table name>
where sal<Sal field> < 200
Note: Field = Table column name......
enjoy... this is simple query
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / juergen
Is this a real question???? First off, with all the
asterixes is wrong. Just want the employees.
select AiFirstName, AiEmpLastName
from AiEmployees
where AiSalary < 200
| Is This Answer Correct ? | 0 Yes | 2 No |
What is constraints and its types?
what are the new features introduced in sql server 2000? : Sql server database administration
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What are the different types of stored procedures?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person
How do I make a resultset scrollable?
Does union all remove duplicates?
What do you mean by recursive stored procedure?
Why is replication required on the sql server?
How do we know if any query is retrieving a large amount of data or very little data?
Oracle (3253)
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)