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 / srikanth

select emp.name,salary.salary from emp,salary where
emp.id=salary.id and salary.salary>=10000

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to avoid the undefined index error?

1041


How to get number of days between two given dates using PHP?

944


What software is required to run php?

1062


What is a PHP Filter?

1133


Write a program to display a table of any given number?

992


What is array function in javascript?

1085


How can you increase the maximum execution time of a script in php?

989


What is use of echo in php?

984


How do I start a php session?

1040


What is different types of visibility?

976


What advance thing in php7?

996


Which is variable cost?

1029


How can I embed a java program in php file and what changes have to be done in php.ini file?

1014


What is the use of mysqli_real_escape_string() function?

976


How to access a specific character in a string?

1038