Exam 8: Functions Procedures and Triggers
Exam 1: Introduction to Kimtay Pet Supplies and Staywell Student Accommodation Databases36 Questions
Exam 2: Database Design Fundamentals33 Questions
Exam 3: Creating Tables35 Questions
Exam 4: Single Table Queries35 Questions
Exam 5: Multiple Table Queries34 Questions
Exam 6: Updating Data34 Questions
Exam 7: Database Administration35 Questions
Exam 8: Functions Procedures and Triggers35 Questions
Select questions type
If Mack wants to display the number of days between two dates, such as the current date and an invoice date from a table, which function can he use in his MySQL query to accomplish this?
(Multiple Choice)
4.8/5
(35)
When creating a stored procedure to retrieve a single row with embedded SQL, you must place the procedural code _____.
(Multiple Choice)
4.8/5
(39)
Which command do you use to write a procedure that should be executed automatically when a certain database operation is performed?
(Multiple Choice)
4.8/5
(34)
How do you add a specific number of days to a date in MySQL?
(Multiple Choice)
4.8/5
(39)
What is the difference between a nonprocedural language and a procedural language? Give an example of each.
(Essay)
4.8/5
(35)
A procedure that is executed automatically in response to an associated database operation is called a _____.
(Multiple Choice)
4.8/5
(31)
Applying the function ROUND(PRICE,0) to the price 24.95 results in 24.
(True/False)
4.8/5
(34)
Which WHERE clause can you use with a SELECT statement to perform a case-insensitive search for rows containing the first name Marco?
(Multiple Choice)
4.8/5
(28)
Showing 21 - 35 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)