Question: From the ER model below, write SELECT statement that will display the productName, productScale, textDescription and htmlDescription columns. Note, the yellow key symbol represents a
From the ER model below, write SELECT statement that will display the productName, productScale, textDescription and htmlDescription columns.
Note, the yellow key symbol represents a primary key and the red diamond symbol represents a foreign key.
productlines productLine VARCHAR(50) textDescription VARCHAR(4000) htmlDescription MEDIUMTEXT image MEDIUMBLOB Indexes products productCode VARCHAR(15) productName VARCHAR(70) productLine VARCHAR(50) pments tomerNo heck ber CHAR(50) productScale VARCHAR(10) productVendor VARCHAR(50) productDescription TEXT quantityInStock SMALLINT buyPrice DECIMAL(10,2) MSRP DECIMAL(10,2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
