Question: Q 1 . Create a Student table ( 2 5 POINTS ) . StudentID FirstName LastName Email Using ALTER table to create a constraint (

Q1. Create a Student table (25 POINTS).
StudentID FirstName LastName Email
Using ALTER table to create a constraint (named PK_Student) and define (StudentID,
FirstName) as the composite primary key.
Q2. Fetch all records from OE.ORDERS table where the order total is greater than or
equal to $16000. Please paste your code and attach a screenshot of the output. (25
POINTS).
Q3. Fetch all records from OE.ORDERS table where the order total is greater than or
equal to 16000 and make the records order by order total from lowest to highest value.
(25 POINTS).
Q4. Fetch records from SH.CUSTOMERS table, where customer gender is male, and
the records are ordered by customer country. Only show the column customer ID,
Customer first name, and customer last name. Please find the corresponding column
name yourself. (25 POINTS)

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 Accounting Questions!