Question: Question 115 pts Code example 3-1 SELECT vendorName, invoiceNumber, invoiceDate, invoiceTotal FROM vendors INNER JOIN invoices ON vendors.vendorID = invoices.vendorID WHERE invoiceTotal >= 500 ORDER

Question 115 pts

Code example 3-1 SELECT vendorName, invoiceNumber, invoiceDate, invoiceTotal FROM vendors INNER JOIN invoices ON vendors.vendorID = invoices.vendorID WHERE invoiceTotal >= 500 ORDER BY vendorName DESC

(Refer to code example 3-1.) What table(s) does the data in the result set come from?

invoices
vendors and invoices
vendors

Flag this Question

Question 125 pts

Which of the following can a SELECT statement not do to the data in a table?

Delete the rows
Sort the rows
Get selected columns
Get selected rows

Flag this Question

Question 135 pts

Which of the following is not a common MySQL data type?

VARCHAR
CHAR
INT
DBL

Flag this Question

Question 145 pts

A join that returns records from related tables only if their related fields match is called

an inner join
an outer join
a data join
a cross join

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!