Computer Science, asked by Lavanya120, 1 year ago

Consider the SQL statement(s) below: S1: INSERT INTO employees(first_name, last_name, fname) VALUES (`John', `Capita', `xcapit00'); S2: SELECT instructor.ID, department.dept_name FROM instructor, department WHERE instructor.dept_name = department.dept_name AND department.budget > 95000; Identify the correct statement related to S1 and S2 Both S1 and S2 are Data Definition (DDL) Queries S1 is a Data Control Query and S2 is a Data Manipulation (DML) Query Both S1 and S2 are Data Manipulation (DML) Queries S1 is a Data Definition (DDL) Query and S2 is a Data Control Query

Answers

Answered by malhar12311
0
3 days ago · S1: INSERT INTO


Similar questions