Oracle Related Exams
1z0-882 Exam
As a developer, you inherit this table as part of a project:
CREATE TABLE exam (
Exam_id INTEGER UNSIGNED NOT NULL PRIMARY KEY,
Examinee_id INTEGER UNSIGNED UNIQUE,
Score INTEGER UNSIGNED
)
What change should you make to ensure that examinee_id is an integer value throughout the table?
Which two can be used to obtain information stored in the Diagnostics Area?
The people table contains the data as shown:
Which two statements return two rows each?