What is meant by Join? What are the different types of
Joins available? Explain.
Answer Posted / udaykumar
Join - joining of two tables to itself.
types of joins.....
simple/equi/inner
self
outer
cartesian.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is keys and its types?
What is the order of sql select?
What is cold data?
How many sql commands are there?
how to create a new table in mysql? : Sql dba
What is varchar sql?
What are procedures used for?
what are myisam tables? : Sql dba
Mention what are different methods to trace the pl/sql code?
How to use sql statements in pl/sql?
What is memory optimized table?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Can we use commit inside a trigger?
How do I create a sql script?
What is view explain with example?