Choose threesession
Which three actions can you perfom only with system privileges?ide
A) Truncate a table in another schema.three
B) Access flat files via a database, which are stored in an operating system directory.it
C) Log in to a database.io
D) Query any table in a database.table
E) Use the WITH GRANT OPTION clause.class
F) Execute a procedure in another schema.file
Answer:CDFselect
(解析:這道題考的就是能夠受權哪些系統權限去作哪些活兒。權限
C:create session
D:select any table
F:EXECUTE ANY PROCEDURE
原來覺得 AAnswer:正確,結構查詢發現沒有 truncate any table 的權限。
)