Why cross join is used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is trigger in sql and its types?

0 Answers  


What is sql partition?

0 Answers  


i have one table with accounts and amounts as colums.accounts with columns c and d. and amounts with values 1000,2000,3000 for c and 4000,5000,8000 for d.i need to find the sum of these accounts c and d individually and find the differences between their sum using one select statement.

11 Answers   Ebix, Hewitt,


Is sql an operating system?

0 Answers  


HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM

3 Answers  






Does sqlite need a server?

0 Answers  


Is not equal in sql?

0 Answers  


What is recursive stored procedure?

0 Answers  


What is different between union and minus?

7 Answers   Accenture, TCS,


What is difference between select statement and cursor

3 Answers   JDA,


In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;

2 Answers   Mastek,


how to use 'mysql' to run sql statements? : Sql dba

0 Answers  


Categories