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 |
how to analyze tables with 'mysqlcheck'? : Sql dba
using comand prompt how can import table data and table space with example
What are string functions in sql?
What is the use of %rowtype?
What are the types of dbms?
There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?
What is sql and explain its components?
explain the options of myisamchk to improve the performance of a table. : Sql dba
Mention what are different methods to trace the pl/sql code?
what is normalization? : Sql dba
Compare sql & pl/sql
what is the use of HASH, LIST partitions?
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)