Are you an avid coder? We have a special Oracle quiz for you! Test your DDL and DML Knowledge with this super informative, interesting quiz! We are here to challenge your knowledge! Let's see how well you perform in this fantastic quiz. Answer the questions correctly in this quiz and get a high score. We also suggest you gather some See moreof your close buddies for a fun, knowledgeable time! Compare your scores & see who's the winner! Good Luck and keep learning!
MERGE
INSERT
UPDATE
ADD
You cannot enter the phone numbers for the existing employee records.
Rate this question:
There is no row with dept_id 90 in the EMPLOYEES table.
You cannot delete the JOB_ID column because it is a NOT NULL column
You cannot specify column names in the DELETE clause of the DELETE statement.
You cannot delete the EMPLOYEE_ID column because it is the primary key of the table.
Rate this question:
Updating
Viewing
Deleting
Inserting
Truncating
Rate this question:
Removes the table
Removes all rows from a table
Shortens the table to 10 rows
Removes all columns from a table
Removes foreign keys from a table
Rate this question:
Column definitions cannot be altered to add DEFAULT values
A change to the DEFAULT value affects only subsequent insertions to the table.
Column definitions cannot be altered at add DEFAULT values for columns with a NUMBER data type.
All the rows that have a NULL value for the SALARY column will be updated with the value 5000.
Rate this question:
You get an error because of a primary key violation
The data and structure of the EMPLOYEES table are deleted.
The data in the EMPLOYEES table is deleted but not the structure
You get an error because the statement is not syntactically correct
Rate this question:
Completes a transaction on a table
Modifies the structure and data in a table
Modifies the data but not the structure of a table
Modifies the structure but not the data of a table
Rate this question:
UPDATE employees SET first_name = 'John' SET last_name = 'Smith' WHERE employee_id = 180;
UPDATE employees SET first_name = 'John',SET last_name = 'Smoth' WHERE employee_id = 180;
UPDATE employee SET first_name = 'John' AND last_name = 'Smith' WHERE employee_id = 180;
UPDATE employee SET first_name = 'John', last_name = 'Smith' WHERE employee_id = 180;
Rate this question:
DELETE FROM MOVIE;
*DELETE ALL FROM MOVIE;
TRUNCATE MOVIE;
TRUNCATE TABLE MOVIE;
All of the above remove the same number of rows.
Rate this question:
Quiz Review Timeline (Updated): Mar 13, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.