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

Their are two tables 'A' and'B'.Table 'A' contains 3 columns
named 'eid','ename','dept'.
Table 'B'contains 3 columns
named'sid','designation','salary'.
We have to retrieve the names of employees working in the
same department,same designation and same salary.
Its urgent can anyone help me out in this problem.

Answer Posted / shankaranarayanan v

select eid,ename,dept,desg,salary from a,b
where a.eid=b.sid


(when a.eid=b.sid)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?

935


Can the query output be sorted by multiple columns in ms sql server?

1028


How to enter date and time literals in ms sql server?

1065


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

1151


Can we use where clause in union?

1123


How to add more data to the testing table in ms sql server?

1162


how to take backup bcp out for a column in table in sql server?

2142


What are dml triggers and types of dml triggers?

1028


List the ways in which dynamic sql can be executed?

1057


What happens when converting big values to numeric data types?

1224


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2628


What is subquery in sql?

1126


Does a full backup include transaction log?

1046


What do you mean by subquery?

1145


what is normalization? Explain different levels of normalization? : Sql server database administration

1410