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 / 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 |
Post New Answer View All Answers
What is 2 tier and 3 tier application? Pls illustrate it with appropriate example.
HI Any one can guide me What is database testing ? And How will do it . Please refer me any site or document to know more abt data base testing.
Explain test bed?
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.
Best institute for protocol testing in Hyderabad ? How will be the market for protocol testing ?
What do you mean by automated testing?
What is operational requirements?
What is criticality?
Explain basis path testing?
What is test first design?
What is test executive?
Explain exit criteria?
Could anyone let me know what exactly is telecom testing & how is it done? And also how is mainframe testing done?
What is the difference between model based testing and state transition testing? Or are they the same?