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

please can anyone answer this query

Table 1 has 2 columns: EmployeeId,Age
Table 2 has 2 columns: EmployeeId, Region
Write SQL to Find the region who has the oldest person

Answer Posted / saravanan p

select e.empid,e2.region from empAge1 e,empAge2 e2
where e.empid=e2.empid and e.age in(select max(age) from
empAge1)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is user-defined inline table-valued function?

1003


explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

1151


what are the steps you will take to improve performance of a poor performing query? : Sql server database administration

1001


What are a database and a data warehouse?

1072


How to execute the cursor queries with "open" statements?

1241


how many no of arguments can be passed in procedures and functions

5642


List out the differences between global and local temp tables in sql server?

1112


what is the difference between delete table and truncate table commands? : Sql server database administration

1081


What is an expression in ms sql server?

1143


How to disconnect from a sql server using mssql_close()?

1169


How to round a numeric value to a specific precision?

1126


What are the different Topologies in which Replication can be configured?

1239


How do you troubleshoot errors in a SQL Server Agent Job?

1107


What are two difference between sql azure and azure tables?

161


What is index fragmentation in ms sql server?

1143