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
Explain time data type in sal server 2008?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Indexes are updated automatically is the full-text index also updated automatically?
What is meant by dirty read?
Explain about integration services of Microsoft SQL server?
Explain difference between control flow and data flow?
What is difference between inner join and join?
Difference between DELETE and TRUNCATE?
When would you use sql joins?
what is bit datatype? : Sql server database administration
What is index in an assignment?
Explain what is analysis service repository?
What is wrong with sql server client libarary dll, ntwdblib.dll?
How much is a sql server license?
What is full outer join in sql server joins?