Filters
Question type

Study Flashcards

The system catalog is also called the ____.​


A) system database
B) ​data dictionary
C) master data table
D) ​transaction database

Correct Answer

verifed

verified

You can create and maintain an index for any row in any table.​

Correct Answer

verifed

verified

The types of constraints supported in SQL are ____.​


A) primary keys
B) ​foreign keys
C) legal values
D) ​All of the above

Correct Answer

verifed

verified

The GRANT command to indicate that all users can retrieve data using a SELECT command includes the word ____________________ rather than the specific name of a user.​

Correct Answer

verifed

verified

Explain what happens when you create a query that involves a view.​

Correct Answer

verifed

verified

When you create a query that involves a ...

View Answer

In Oracle,the ____ table contains information about the columns within tables.​


A) SYSCOLUMNS
B) ​DBA_TAB_COLUMNS
C) COLUMNS
D) ​SHOW_COLUMNS

Correct Answer

verifed

verified

Views furnish a certain amount of security;if users are accessing the database through a view,they cannot access any data that is not included in the view.​

Correct Answer

verifed

verified

The clause WITH GRANT OPTION is meaningful as part of a REVOKE command.​

Correct Answer

verifed

verified

With a view,the display of data can be customized to meet each user's needs.​

Correct Answer

verifed

verified

The general form for assigning a foreign key is ADD FOREIGN KEY,the column name(s) of the foreign key,the ____ clause,and then the table name that the foreign key must match.​


A) WHERE
B) ​REFERENCES
C) FROM
D) ​IN

Correct Answer

verifed

verified

A(n)____________________ is an application program's or an individual user's picture of the database.​

Correct Answer

verifed

verified

In general,views that involve joins of ____________________ tables can cause problems at update.​

Correct Answer

verifed

verified

When a view is no longer needed,you can remove it using the ____________________ command.​

Correct Answer

verifed

verified

A view can join two or more tables.​

Correct Answer

verifed

verified

When you create a query that involves a view,the DBMS changes the query to one that selects data from the table(s)in the database that created the view.​

Correct Answer

verifed

verified

Showing 61 - 75 of 75

Related Exams

Show Answer