1.
Which statement is true regarding constraints?
2.
By default, where is the data stored for a column defined with an XML data type?
3.
What is used in conjunction with a foreign key to define a relationship between two tables?
4.
Which case will require a sequence to be dropped and recreated instead of being modified by the ALTER SEQUENCE statement?
5.
Given the following statement: GRANT DELETE ON TABLE sales TO User1 WITH GRANT OPTION; Which statement is correct?
6.
Which method for restricting data access relies on a SQL search condition that describes what set of rows a user has access to?
7.
Which SQL statement will take the ability to create tables in a table space named MYTBSP away from user USER1?
8.
In a trusted context environment, if a switch request is made with an authorization ID that is not allowed on a trusted connection, what state is the connection placed in?
9.
When is a mask used to limit access to data in a table?
10.
What privilege is required to create a view on a table that you are not the owner of?