Question: SQL Answer the following 4 questions uestion 35 (1 point) When you need to code multiple conditions in a join, it's best to 1) code

SQL Answer the following 4 questions
uestion 35 (1 point) When you need to code multiple conditions in a join, it's best to 1) code all conditions in the ON clause 2) code only join conditions in the ON clause 3) code all conditions in the WHERE clause 4) code only join conditions in the WHERE clause Question 36 (1 point) The CREATE DATABASE statement creates two files on the hard drive of the server: a and a ta file da 1) index file 2) log file 3) key file 4) none of the above Question 37 (1 point) When coded within a SELECT clause, which TOP clause will return a result set consisting of the ten largest InvoiceNumbers? 1) Top 10 InvoiceNumber 2) TOP 10 InvoiceTotal 3) TOP 10 PERCENT Invoi ceumber 4) TOp 10 PERCENT WITH TIES InvoiceNumber O Type here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
