From the course: Complete Guide to SQL for Data Engineering: from Beginner to Advanced
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Solution: Delete records - SQL Tutorial
From the course: Complete Guide to SQL for Data Engineering: from Beginner to Advanced
Solution: Delete records
“
(upbeat music) - Remove the order. With ID 10, we can just say, "delete from orders where order_id = 10." Now, if any order with this ID exists, we'll get delete.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.