What is a self join? Explain it with an example?
Answer Posted / nishant dubey
Table join itself using alias..
example
Select N,emp_id,N.emp_name,D.emp_id,D.emp_name from Nishant
N,Nishant D where N.emp_id=D.emp_id;
| Is This Answer Correct ? | 11 Yes | 19 No |
Post New Answer View All Answers
What are the types of database model?
What is dbms and its application?
Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
Explain about network model?
Who are naive users?
Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?
Explain the rollup operator?
The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?
What is a database development?
How to read and create .LDC data files which are used by linguatic dictionary.
How can you log an error to the server event log from a stored procedure?
Explain the process of the user request and data generating?
Explain about query and reporting.
How would you design a database for an online site, which would average a million hits a day?