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...

we have two tables first one is EMPLOYEE
having EmpID, EmpNAME,
Second table is SALARY table
having id, salary
Write a query to get name of those person who having more
than 10000$ salary

Answer Posted / shahbaz

Try this one
this is the syntax....

SELECT EMPID, ENAME FROM EMPLOYEE INNER JOIN SALARY ON EMPID=ID AND SAL>600;


by kibria and shahbaz

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Default syntax used in PHP?

1166


How to check your php installation?

1064


How do I repair phpmyadmin?

1006


Why many companies are switching their current business language to php?

1159


Explain how can we increase the execution time of a php script?

1042


What are the string function in php?

1030


How can we pass the variable through the navigation between the pages?

1056


How to create a text file in PHP?

1182


How arrays are used in php?

1096


Why ide is recommended for use while programming with php?

976


How to define a function with any number of arguments?

1131


What difference between require() and require_once()?

1151


What is the use of header() function in php?

1097


What are the features of php 7?

1139


What is an array in php?

1225