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 的权限。
)