i have a table like this
Eno ename
1 a
2 b
3 c
i want to display ename and bossname from table
hint boss is also an employee
Answer Posted / saket
self join
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are commit and rollback in sql?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
How can you insert values in multiple rows using one Insert statement?
What is a database in ms sql server?
What are the Advantages of using CTE in sql server?
what type of index will get created after executing the above statement? : Sql server database administration
What is data compression?
What are trace flags and mention a few common trace flags used with sql server?
What are the benefits of filtered indexes?
Explain triggers?
What is check constraint in sql server?
Describe triggers features and limitations?
What options are available to audit login activity? : sql server security
explain different types of constraints? : Sql server database administration
what is dbcc? : Sql server database administration