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 / varunkumar
by using unions we can do it create two tables separetly and
apply union in between two tables .
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the microsoft sql server delete command? : SQL Server Architecture
What are the restraints imposed on the table design by a merge replication?
What is a rollup clause?
What is de-normalization in sql database administration? Give examples?
What is sql server query analyzer?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What are drillthrough reports?
Why do we partition data?
what is the difference between count(*) and count(1) ?
What is the filtered index?
Explain foreign key in sql server?
Define tool Manage Statistics in SQL Server 2000 query ?
Indexes are updated automatically is the full-text index also updated automatically?
What is analysis service repository?
How do I shrink an ldf file?