what is a join? : Sql dba
Answer / Parul Sonker
In SQL, a JOIN is used to combine rows from two or more tables based on a related column between them. There are several types of joins including INNER JOIN (returns only the matching rows), LEFT JOIN (returns all rows from the left table and the matching rows from the right table), RIGHT JOIN (returns all rows from the right table and the matching rows from the left table), and FULL OUTER JOIN (returns all rows from both tables, including non-matching rows).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Diff b/w Constraints and Trigeer
How to create a table using constraints... IF i change the PARENT KEY value ,then CHILD KEY table will also to change in the another table... plz reply ur answers @ mak2786@gmail.com Arunkumar
what is difference between delete and truncate commands? : Sql dba
write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
What is the purpose of the partition table?
I have a table .in the table 100 recored is there .we have get the single row with out using clause..
Which table is left in left join?
What does the hierarchical profiler does?
What is relationship? How many types of relationship are there?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is difference between rank () row_number () and dense_rank () in sql?
Types of indexes. What is the default key created when a primary key is created in a table ?
Oracle (3253)
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)