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 / uday kumar_anem
1. select count(*)
from employee
where sal>=20000 and sal<=50000
2. select count(*)
from student
group by course
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is ansi - american national standards institute?
Explain Peer Review in Software Testing?
Please anyone guide where i can get the questions on Rational Test Real Time testing tool. Because i have to write exam on RTRT.
How will you conduct risk analysis?
What is eexception?
When usin qtp iam able to get the data from the database only in a single row that is if i have 2 columns in database,when using database output value , all the values in Database are transfered to a single row in QTP datatable. I want the values to appear as it is from the database , can anyone suggest some ideas?
what is system testing?
What is metric?
What is non-intrusive testing?
What is the purpose of exit criteria?
Explain software testing strategies?
Explain smoke testing?
What are the phases of a formal review?
how many types of automation frame works are there?
What is random/monkey testing?