Langsung ke konten utama

Postingan

Menampilkan postingan dengan label Database programming with SQL

Final Exam Database Programming With SQL

Section 12                 (Answer all questions in this section) 1.            In a conditional multi-table insert, you can specify either __________ or __________. Mark for Review (1) Points                 All; First (*)                 First; Second                 All; Second                 Null; Default 2.            A multi-table insert statement can insert into more than one table. (True or False?)        Mark for Review (1) Points    ...

Midterm Exam Database Programming With SQL

Section 1                 (Answer all questions in this section) 1.            The SELECT statement retrieves information from the database. In a SELECT statement, you can do all of the following EXCEPT:            Mark for Review (1) Points                 Joining                 Selection                 Projection                 Manipulation (*) 2.            In the default order of precedence, which operator would be evaluated first? ...