Chapter 4
Data Manipulation — quiz
5 questions · ~4 min
Chapter 4 quiz
Question 1 of 5
A tester wants to add a test user for a smoke test. The users table has columns: id (auto-increment), email, name, created_at (default NOW()). Which INSERT is most concise and robust to schema changes?