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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vishal
oh sorry i missed it..
thx for correcting me :-)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
what is meant by smoke Testing??
What are the advantages of SCSI compared to ATA or IDE ?
What are the various steps you will follow for the defect prevention? What is the procedure?
What is the formal technical review?
Does functional testing comes under Black box or white box testing?
4 Answers Infeneon Technologies, S1 Services,
When should exploratory testing be performed?
Where do you see yourself five years from now?
Hi I have done M.Tech Biotechnology from Anna University,but i did not get Job in my field.so I tried to learn Software testing . If i do ISQTB certifications , i will get job in MNC or not .Please let me know please mail to skirubanandan@lycos.com
i have around 2 years experience in testing,please tell me,what kind of questions i will get?
what is the strength of ur company?
what is opaque testing?,what is transparent testing
What is quality circle?