what is self join and how it works??
Answers were Sorted based on User's Feedback
Answer / alok kumar samartha
The concept of joining a table with itself is called self
join or inner join.It works based on the provided join condition
example:-select e1.empno employee,e2.ename manager from emp
e1,emp e2 where e2.empno=e1.mgr;
| Is This Answer Correct ? | 3 Yes | 4 No |
package specification-3 procedures package body-2 procedures will is execute
How do you declare a constant?
What does stand for in sql?
mail-id table contains two columns(email_id,userid) it contains different types of mail-ids,and no of users. here username length is differ na,(ex- tamil@yahoo.com,joshua@hotmail.com like) now i want to fetch the email-ids only starting from '@' (ex-@gmail.com,@yahoo.com,@hotmail.com
What is the difference between a database and a relational database?
What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.
What is the difference between left join and right join?
What does an inner join do?
what is 'mysqldump'? : Sql dba
how is myisam table stored? : Sql dba
What is exception? What are the types of exceptions?
can sql servers linked to other servers like oracle? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)