Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MySQL Database Questions A. What is the command used to list the P CODE, P DESCRIPT, P INDATE, and P PRICE fields from the PRODUCT

MySQL Database Questions

image text in transcribed

A. What is the command used to list the P CODE, P DESCRIPT, P INDATE, and P PRICE fields from the PRODUCT table in ascending order by P PRICE? C. What command is used to produce a list of only those unique values, for the column Vendor Code (V_CODE), those are different from one another? a. P CODE, P DESCRIPT, P INDATE, P PRICE SELECT FROM PRODUCT SEQUENCE BY ONLY V CODE SELECT FROM PRODUCT P PRICE; SCRIPT, P INDATE, P_PRICE SELECT P CODE, P DE FROM PRODUCT SELECT DIFFERENT V CODE FROM PRODUCT; ORDER BY PPRICE; C. DISTINCT V CODE SELECT FROM PRODUCT P CODE, P DESCRIPT, P INDATE, P PRICE SELECT FROM PRODUCT ASCENDING BY P PRICE; d. UNIQUE V CODE SELECT FROM PRODUCT: P CODE, P DESCRIPT, P_INDATE, P_PRICE SELECT FROM PRODUCT LIST BY P PRICE; D. clause is applied to the output of a GROUP BY operation. a. WHERE GROUP b. LIKE c. DISTINCT d. HAVING The B. What is the SQL command that lists the contents of the EMPLOYEE table sorted by last name, first name, and initial? a. SELECT EMP LNAME, EMP FNAME, EMP_INITIAL, EMP AREACODE, EMP PHONE FROM EMPLOYEE LIST BY EMP LNAME, EMP FNAME, EMP INITIAL; b. SELECT EMP PHONE FROM EMPLOYEE DISPLAY BY EMP LNAME, EMP FNAME, EMP_INITIAL; EMP LNAME, EMP FNAME, EMP INITIAL, EMP AREACODE, EMP LNAME, EMP FNAME, EMP INITIAL, EMP AREACODE, SELECT EMP PHONE FROM EMPLOYEE SEQUENCE BY EMP LNAME, EMP FNAME, EMP INITIAL; d. EMP LNAME, EMP FNAME, EMP INITIAL, EMP AREACODE, SELECT EMP PHONE FROM EMPLOYEE ORDER BY EMP LNAME, EMP FNAME, EMP INITIAL

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions