Differentiate between SQL and ORACLE joins and write their syntax.
Answer / Dawer Husain
SQL join types include INNER JOIN (joins only matching rows), LEFT JOIN (returns all rows from the left table and matching rows from the right table), RIGHT JOIN (returns all rows from the right table and matching rows from the left table), FULL OUTER JOIN (returns all rows when there is a match in either the left or right table), and CROSS JOIN (produces the Cartesian product of two tables). Oracle join syntax is similar, with minor differences. For example, Oracle uses NATURAL JOIN instead of SQL's INNER JOIN.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain different types of lock modes in sql server 2000?
What is the function of sql server agent windows service?
What are the types of subquery?
What happens if null values are involved in boolean operations?
How secure is sql server database?
How to Get the last identity value used
How to insert data with null values?
What do you mean by an execution plan? How would you view it?
What are statistics, under what circumstances they go out of date, how do you update them?
How to find the latest updated value in a table without sending any parameters to that query
What are the five major components of a dbms?
Difference between connected and disconnected database in .net with sql server?
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)