Question: Q 1 . Create a Student table ( 2 5 POINTS ) . StudentID FirstName LastName Email Using ALTER table to create a constraint (
Q Create a Student table POINTS
StudentID FirstName LastName Email
Using ALTER table to create a constraint named PKStudent and define StudentID
FirstName as the composite primary key.
Q Fetch all records from OEORDERS table where the order total is greater than or
equal to $ Please paste your code and attach a screenshot of the output.
POINTS
Q Fetch all records from OEORDERS table where the order total is greater than or
equal to and make the records order by order total from lowest to highest value.
POINTS
Q Fetch records from SHCUSTOMERS 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. POINTS
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
