Question: Create a table named quiz3 , with two attributes: an integer called question , and another integer called points Insert a row into the tables
- Create a table named quiz3, with two attributes: an integer called question, and another integer called points
- Insert a row into the tables where question has the value 2, and points is the number of points (up to 5) that you want to get for this question
SELECT LEAST(points,5) FROM quiz3 WHERE question = 2;
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
