MCQs > IT & Programming > Microsoft SQL Server > Consider the following two tables: 1. customers( customer_id, customer_name) 2. branch ( branch_id, branch_name ) What will be the output if the following query is executed: Select *, branch_name from customers,branch

Microsoft SQL Server MCQs

Consider the following two tables:

1.  customers( customer_id, customer_name)
2.  branch ( branch_id, branch_name )

What will be the output if the following query is executed:

    Select *, branch_name from customers,branch



Answer

Correct Answer: It will return the fields customer_id, customer_name, branch_id, branch_name, branch_name

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it