Explain cross join or cartesian product in sql?


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

Post New Answer

More SQL Server Interview Questions

Where are sql server usernames and passwords stored in the sql server?

0 Answers  


Can we install sql server 2016 on windows 7?

0 Answers  


Explain the architecture of SQL Server?

2 Answers   ABC, HP, Oracle,


how to take backup bcp out for a column in table in sql server?

0 Answers  


HOW TO RENAME A COLUMN NAME

3 Answers  






Explain timestamp datatype?

0 Answers  


What is an example of a primary key?

0 Answers  


How to disable a login name in ms sql server?

0 Answers  


Why use “in” clause in sql server?

0 Answers  


What will happen if a column containing char type data is changed to the nchar data type?

0 Answers  


create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?

8 Answers   IBM,


What is the exact numeric data type in sql?

0 Answers  


Categories