Write a query to find the number of employees who got more
that 20,000/- and 50,000/- sal
Write a query to find the number of sudents in each course
Answer Posted / krishna
here they want number of employees not empno.
select count(empid),sal from emp where sal between 20000
and 50000;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
In real time how you do the soak testing?
What is test management review and why it is important?
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.
What is vdd - version description document?
Explain cause-effect graphing?
How many test cases will be there for testing the numbers of range -10.0 to 10.0? How it is classifying?
Explain storage testing?
How should testing be conducted?
What r all the risks u r facing while doing a project?
What is software bug?
What is the smallest unit of information transfer in FC?
Explain inputs?
what are Link Speed available for FCOE SAN?
What are different SCSI command phases?
What is the difference between model based testing and state transition testing? Or are they the same?