Database MCQS - QUESTION DETAILS

In SQL Server, what is the purpose of the CROSS JOIN clause?
A. Combines rows from two or more tables
B. Retrieves all rows from a table
C. Retrieves rows that have no matching rows in the other table
D. Generates the Cartesian product of two tables

CROSS JOIN generates the Cartesian product of two tables in SQL Server.

Similar Questions

In Oracle, what is the purpose of the XMLType data type?






Which SQL Server statement is used to rename a table?






Which Oracle statement is used to remove a table from a database?






In SQL Server, what is the purpose of the CONTAINSTABLE function?






In SQL Server, what is the purpose of the TRY_CONVERT() function?






What is the purpose of the SQL LEFT JOIN clause?






Which SQL function is used to find the length of a string?






In MySQL, what is the purpose of the FOREIGN KEY constraint?






Which MySQL statement is used to create a unique constraint on a column?






Which SQL Server statement is used to remove all records from a table and reset identity seed?