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 upward compression?
When is rtm (requirement traceability matrix) prepared?
What is negative and positive testing?
what happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? where the data will go ?
What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
Which of the following is least like the others? a) Cube b) Sphere c) Pyramid d) Circle
what would be the test plan for agile testing??
Explain cyclomatic complexity?
Hi..I want testing in worker compensation claims.. if anyone have real exp..can you explain it for me.. thanks
Difference between Verification and validation.
What is system?
What are the technical reviews?