Interviewer And Interviewee Guide

MS SQL Server Joins Interview Question:

What is cross join in SQL server joins?

Submitted by: Muhammad
A cross join that does not have a WHERE clause produces the Cartesian product of the tables involved in the join. The size of a Cartesian product result set is the number of rows in the first table multiplied by the number of rows in the second table. The common example is when company wants to combine each product with a pricing table to analyze each product at each price.
Submitted by: Muhammad

Read Online MS SQL Server Joins Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.