Exam (elaborations)
Introduction to Relational Databases Challenge 1.3 (WGU)
- Course
- Institution
Identify the SQL command that uses an aggregate function that could be used to find the lowest total in the invoice table. a.) SELECT lowest(total) FROM invoice; b.) SELECT total(min) FROM invoice; c.) SELECT min total FROM invoice; d.) SELECT min(total) FROM invoice; Iden...
[Show more]