What are the Different Types of Joins and How do They Work?
Using an inner join, records from both tables with matching values are retrieved.
All records from the left table and matched records from the right table are retrieved using a left join, also known as a left outer join. Records from the right table that don't match will be NULL.
All records from the right table and matched records from the left table are retrieved using a right join, also known as a right outer join. Records from the left table that don't match will be NULL.
When there is a match in either the left or right table, records are retrieved using a full join (full outer join). Records from both tables that don't match will be NULL.
| Is This Answer Correct ? | 0 Yes | 0 No |
When we will denormalize data?
write a query to retrieve the last day of next month in oracle.
1)what is the difference between view and materilized view? 2)what is the difference between delete and truncate? 3)what is the difference between migration and upgration? 4)what is the difference between RMAN HOT BACKUP and normal hot backup?
What is oracle block? Can two oracle blocks have the same address?
how Data is stored in a file so that Direct Searching can be performed
What are codd rules?
What do you mean by transparent dbms?
Why do we need database?
What is dbms language?
What is rank in database?
Which parameters are optional in init.ora parameter file?
What is the meaning of flat file database?
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)