Langsung ke konten utama

Postingan

Menampilkan postingan dengan label section 15

Section 15 Quiz Database Programming With SQL

Section 15 Quiz                 (Answer all questions in this section)                                                                                 1.            Evaluate this CREATE VIEW statement: CREATE VIEW emp_view AS SELECT SUM(salary) FROM employees; Which statement is true?  Mark for Review (1) Points                 You cannot update data in the EMPLOYEES table ...