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
Explain performance testing?
Explain incremental integration testing?
What the difference between pilot and beta testing is?
What are enter & exit criterias of a test paln?
Explain what test plan is?
What is crash?
What are the structure-based (white-box) testing techniques?
What are the categories of defects?
how i find swing lenth of probe ?
What is the objective of regression testing?
What is the difference between testing techniques and testing tools?
Mention what bottom-up testing is?
What is the main objective when reviewing a software deliverable?
What is a test closure?
Explain virtual memory?