IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF
SELECT * FROM EMP,DEPT;
Answer / shailesh
Cartetian product i.e. 8 rows will be returned.
Is This Answer Correct ? | 26 Yes | 0 No |
what is difference between procedure and function, procedure and trigger?
wa procedure to return the month and the no'f developers joined in each month.
what is explain plan?, given an example...
What are types of indexes in sql?
Can a table have no primary key?
What are the types of functions in sql?
how to use myisamchk to check or repair myisam tables? : Sql dba
i have a table with column sno with 30 records. i want to update this column by item by item in asp.net. i wantto enter new values into that from 1 to 30 how is it possible with backend c#
How do you write an inner join query?
What is dml with example?
how to rename an existing column in a table? : Sql dba
What is java sql connection?