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
List the comparison between FC and FCOE?
What is a shrink wrapped product?
What is latent defect?
If anyone is having ISTQB certification study materials,please send to gul.e.raina@gmail.com
How will you recognise if a case is a 'test case'?
What is bottom-up testing?
hey guys ... since i have just started my career i need to know whether testing has a good career or not .. ?
what is the difference between the normal testing and embedded testing?
Explain dynamic testing?
Which one of the following activities is the most efficient and most cost effective at identifying defects? 1. Prototyping 2. Unit test 3. Beta test 4. Design/code inspection 5. Risk analysis
What is api (application programming interface)?
Explain quality control?
What is code review?
Hello, I would like to know which all versions of Testing tools (load runner, winrunner, qtp, test director) are no longer used and which versions of these which are being used?
What does the mclabe cyclomatic complexity of a program determine?