PrepAway - Latest Free Exam Questions & Answers

which of the following database objects may the SELECT privilege be controlled?

On which of the following database objects may the SELECT privilege be controlled?

PrepAway - Latest Free Exam Questions & Answers

A.
Sequence

B.
Schema

C.
Group

D.
View

One Comment on “which of the following database objects may the SELECT privilege be controlled?

  1. swamy says:

    The SQL VIEW is, in essence, a virtual table that does not physically exist. Rather, it is created by a SQL statement that joins one or more tables.

    CREATE VIEW view_name AS
    SELECT columns
    FROM tables
    WHERE conditions;




    0



    0

Leave a Reply