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
Can you edit the .rdl code associated with a linked report?
How to achieve Paging of records in SQL SERVER?
What do you understand by recursive stored procedure?
How to add additional conditions in SQL?
How to delete an existing database user?
How fixed length strings are truncated and padded?
What is the difference between deallocate cursor and close cursor?
What is row-level compre?
List the different index configurations possible for a table?
What is the largest component inside a field?
What are filegroups in sql server?
How to retrieve error messages using odbc_errormsg()?
What are views in ms sql server?
What is de-normalization and what are some of the examples of it?
What are the security related catalog views? : sql server security