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 / vishal

assuming emp-id and sal tobe the fields in the
table "Employee" followng query can be used

Select emp-id, sal from Employee where sal between "20000"
and "50000"
OR
you have to run two different queries to extract records as
selecting records above 20,000 would cover the second part
too

2. select count (stud_id) from Student where
course_name="Testing"

hope they would help

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.

746


What are the benefits of independent testing?

701


What is static analyzer?

682


what r the 2 subdivisions of quality process and where does tesing fit?

1882


Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.

896






HOW TO PERFORM DATABASE TESTING

1725


What advantages would using an iSCSI Storage Area Network (SAN) give to your organization over using Direct Attached Storage (DAS) or a Fibre Channel SAN?

1422


How would you test the login feature of a web application?

673


What are the emerging trends in the testing and QA arena?

1934


What r all the risks u r facing while doing a project?

2008


Explain verification?

679


how to use bugzilla plz tell me details processs

1660


What is the purpose of exit criteria?

743


What is utilization?

740


What is test incident report?

647