Computer Science - Database Systems - SQL - INSERT, UPDATE, DELETE - Data Modification Queries

P1: 'Add new student' → INSERT ___ students (name, age, grade) VALUES ('Eve', 14, 9) [INTO]. P2: 'Update Alice's score to 98' → UPDATE students SET score = ___ WHERE name = '___' [98, Alice]. P3: 'Delete all students with score below 40' → ___ FROM students WHERE score < ___ [DELETE, 40]. P4: 'Incre

Edodovivmagarwal
Computer Science - Database Systems - SQL - INSERT, UPDATE, DELETE - Data Modification Queries
Log in

Preparing your experience...

Loading scripts and resources

Comments (0)

0/5000

Comments are reviewed before appearing publicly.

About this Experience

Computer Science - Database Systems - SQL - INSERT, UPDATE, DELETE - Data Modification Queries

vivmagarwal
vivmagarwalJan 29, 2026

Description

P1: 'Add new student' → INSERT ___ students (name, age, grade) VALUES ('Eve', 14, 9) [INTO]. P2: 'Update Alice's score to 98' → UPDATE students SET score = ___ WHERE name = '___' [98, Alice]. P3: 'Delete all students with score below 40' → ___ FROM students WHERE score < ___ [DELETE, 40]. P4: 'Incre

Details

Computer ScienceDatabase SystemsClass 11, AS Level, Class 11, Grade 11

Engagement

13

Likes

0

Remixes

0

Comments