suppose I have two table one Emp and other is dpt.
Emp table has a field ,dept id,name ,sal and dpt table has a
field dept id,dept name.
Now I want to find out the emplyee list whose sal is between
2000-3000 from dept x.

Answer Posted / ragunath

select name from Emp where Sal between 2000 and 3000

Is This Answer Correct ?    4 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many scalar data types are supported in pl/sql?

610


What is cold data?

584


Why function is used in sql?

606


Why do we need view in sql?

642


Define commit, rollback and savepoint?

674






Should I use mbr or gpt?

631


Explain the uses of control file.

700


What is java sql package?

626


what is data manipulation language? : Sql dba

623


What is raid? How does it help storage of databases?

696


Is it possible to read/write files to-and-from PL/SQL?

740


Can we join tables without foreign key?

609


How do I trace sql profiler?

596


What is denormalization in a database?

671


What is meant by <> in sql?

588