what are the different types of joins?
Answer Posted / 123
cross join
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
explain normalization concept? : Sql dba
is it possible to pass an object or table to a procedure as an argument?
What is Difference Between Unique and Primary Key Constraints?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Where is all the data on the internet stored?
How much does sqlite cost?
Define overloaded procedure?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
Explain 3 basic parts of a trigger.
Which join is default?
explain mysql aggregate functions. : Sql dba
How many subqueries can be nested in a statement?
Differentiate between % rowtype and type record.
Explain sql data types?
How will you distinguish a global variable with a local variable in pl/sql?