SLIDE 1
SQL CRUD
Create, Read, Update, Delete
1 / 11
SQL CRUD Create, Read, Update, Delete 1 / 11 CRUD Operations in - - PowerPoint PPT Presentation
SQL CRUD Create, Read, Update, Delete 1 / 11 CRUD Operations in SQL Create (INSERT) Read (SELECT - covered later) Update (UPDATE) Delete (DELETE, DROP) 2 / 11 INSERT Command General form is INSERT INTO <table_name>
1 / 11
◮ Create (INSERT) ◮ Read (SELECT - covered later) ◮ Update (UPDATE) ◮ Delete (DELETE, DROP)
2 / 11
3 / 11
4 / 11
5 / 11
◮ For ON DELETE:
◮ SET NULL ◮ SET DEFAULT
◮ For ON UPDATE
◮ CASCADE
6 / 11
7 / 11
8 / 11
9 / 11
10 / 11
11 / 11