Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to track the requirement from bugzilla tools? As our project requirement are changing frequestly and all are tracked in bugzilla tool. How to manage all as all project having short term duration. Please reply back ASAP? Thanks in advanced?

2362


Mention what the purpose behind doing end-to-end testing is?

1207


'This life cycle model is driven by schedule and budget risks' this statement is best suited for.

1136


What is the smallest unit of information transfer in FC?

2472


What is api (application programming interface)?

1168


Explain regression testing?

1173


How will you define a critical bug?

1224


What is fuzz testing and when it is used?

1076


A type of functional testing, which investigates the functions relating to the detection of threats, such as virus from malicious outsiders?

1301


What is a technical analyst?

1091


Compare between FCOE and iSCSI

1916


What is recovery/error testing?

1117


can any one suggest best institute for SAP TESTING and scope in SAP TESTING

2351


what r the 2 subdivisions of quality process and where does tesing fit?

2287


What is coverage measurement?

1258