Using DDL Statements to Create and Manage Tables ( Section 2)

Beschreibung

Databases
Craig Willey
Quiz von Craig Willey, aktualisiert more than 1 year ago
Craig Willey
Erstellt von Craig Willey vor fast 4 Jahre
26
0

Zusammenfassung der Ressource

Frage 1

Frage
A table is which of the following?
Antworten
  • A schema object
  • A nonschema object
  • A role
  • All of these

Frage 2

Frage
Which of the following are schema objects? (Choose all that apply.)
Antworten
  • SEQUENCE
  • PASSWORD
  • INDEX
  • ROLE

Frage 3

Frage
A CONSTRAINT is assigned to which of the following?This
Antworten
  • TABLE
  • SYNONYM
  • SEQUENCE
  • INDEX

Frage 4

Frage
Which of the following are valid CREATE TABLE statements? (Choose three.)
Antworten
  • CREATE TABLE $ORDERS (ID NUMBER, NAME VARCHAR2(30));
  • CREATE TABLE CUSTOMER_HISTORY (ID NUMBER, NAME VARCHAR2(30));
  • CREATE TABLE "Boat Inventory" (ID NUMBER, NAME VARCHAR2(30));
  • CREATE TABLE workSchedule (ID NUMBER, NAME VARCHAR2(30));

Frage 5

Frage
Which of the following options can be used with the reserved word CREATE to form the beginning of a complete SQL statement? (Choose three.)
Antworten
  • TABLE
  • VIEW
  • CONSTRAINT
  • SEQUENCE

Frage 6

Frage
You are logged in to user FINANCE. It is currently the only schema in the entire database. The following exist in the database: A VIEW named VENDORS A CONSTRAINT named VENDORS An INDEX named CUSTOMER#ADDRESS
Antworten
  • The question is flawed because you cannot have an INDEX named CUSTOMER#ADDRESS.
  • The question is flawed because you cannot have a VIEW and a CONSTRAINT with identical names in the same schema.
  • The SQL statement will fail to execute and result in an error message because you cannot create a TABLE name with the # character.
  • The SQL statement will fail to execute and result in an error message because you cannot create a TABLE that has the same name as an INDEX in the same schema.
  • The SQL statement will execute, and the TABLE will be created.

Frage 7

Frage
You have a single database, with only one schema. The following four objects exist in the database: A TABLE named PRODUCT_CATALOG A TABLE named ADS A USER named PRODUCT_CATALOG A VIEW named CONFERENCE_SCHEDULE How many of the four objects are owned by the schema?
Antworten
  • 0
  • 2
  • 3
  • 4

Frage 8

Frage
Which of the following is true about ROLES?
Antworten
  • Roles are schema objects but only when created from within a user account.
  • Roles are in the same namespace as CONSTRAINTS.
  • Roles are in the same namespace as TABLES.
  • Roles are in the same namespace as USERS.

Frage 9

Frage
The DESC command can be used to do which of the following?
Antworten
  • Show a table's columns and the data types of those columns
  • Show a brief paragraph describing what the table does
  • Show a table's name and who created it
  • Show the data that is contained within a table

Frage 10

Frage
Which one of the following is true?
Antworten
  • The execution fails because there is no precision indicated for NUMBER.
  • The execution fails because there is no precision indicated for VARCHAR2.
  • The execution fails because there is no precision indicated for CHAR.
  • The execution succeeds, and the table is created.

Frage 11

Frage
What is the displayed output of the SELECT statement?
Antworten
  • 3.1415
  • 3.142
  • 3.141
  • None of these

Frage 12

Frage
Which of the following SQL statements creates a table that will reject attempts to INSERT a row with NULL values entered into the POSITION_ID column?
Antworten
  • CREATE TABLE POSITIONS (POSITION_ID NUMBER(3), CONSTRAINT POSITION_CON UNIQUE (POSITION_ID));
  • CREATE TABLE POSITIONS (POSITION_ID NUMBER(3), CONSTRAINT POSITION_CON PRIMARY KEY (POSITION_ID));
  • CREATE TABLE POSITIONS (POSITION_ID NUMBER(3), CONSTRAINT POSITION_CON REQUIRED (POSITION_ID));
  • None of these

Frage 13

Frage
Assume there is no table already called SHIPPING_ORDER in the database. What will be the result of an attempt to execute the preceding SQL statement?
Antworten
  • The statement will fail because the data type for ORDER_YEAR is a CHAR, and CHAR data types aren't allowed in a PRIMARY KEY constraint.
  • The statement will fail because there is no precision for the ORDER_ID column's data type.
  • The table will be created, but the primary key constraint will not be created because the name does not include the _PK suffix.
  • The statement will succeed: the table will be created, and the primary key will also be created.

Frage 14

Frage
Assume there is no table already called PERSONNEL in the database. What will be the result of an attempt to execute the preceding SQL statement?
Antworten
  • The statement will fail because you cannot create two primary key constraints on the table.
  • The statement will successfully create the table and the first primary key but not the second.
  • The statement will successfully create a single table and one composite primary key consisting of two columns.
  • The statement will successfully create the table and two primary keys.

Frage 15

Frage
The difference between dropping a column from a table with DROP and setting a column to be UNUSED is:
Antworten
  • An UNUSED column can be recovered.
  • The UNUSED column and its data are retained within the table's storage allocation and counts against the total limit on the number of columns the table is allowed to have.
  • A column that is dropped with DROP no longer appears within the table's description as shown with the DESC or DESCRIBE statement, whereas a column that is set to UNUSED still appears in the table's structure as shown in the output of the DESC statement.
  • Nothing.

Frage 16

Frage
The purpose of the CREATE DIRECTORY statement is to create a named object in the database:
Antworten
  • That lists names of user accounts that have external privileges
  • That contains lookup reference material for queries
  • That identifies the root directory of the Oracle server installation
  • That points to a directory you choose somewhere within the Oracle server's file system
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Manipulating Data (Section 3)
Craig Willey
Structured Query Language (SQL) (Section 1)
Craig Willey
Restricting and Sorting Data (Section 4)
Craig Willey
Historische Fakten des 20. Jahrhunderts
AntonS
BWL-Theorie (Allgemeines)
Julian 1108
Formeln Volkswirtschaftslehre
Stefan Kurtenbach
KPOL-Fragen
Lisa-Maria Hauschild
Blended Learning in der Schule umsetzen
Laura Overhoff
Die Physiker, Friedrich Dürrenmatt 1962 (Neufassung 1980)
p.lunk
Vetie - Tierzucht & Genetik - S IV
Fioras Hu
METH STADA SS 2019
Caroline Hannah