exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 202 discussion

Actual exam question from Oracle's 1z0-071
Question #: 202
Topic #: 1
[All 1z0-071 Questions]

Which two statements cause changes to the data dictionary? (Choose two.)

  • A. DELETE FROM scott.emp;
  • B. ALTER SESSION SET NLS_DATE_FORMAT = ‘DD/MM/YYYY’;
  • C. GRANT UPDATE ON scott.emp TO fin manager;
  • D. SELECT * FROM user_tab_prive;
  • E. TRUNCATE TABLE emp;
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
wojtekb
1 month ago
Selected Answer: CE
CE for me. A. does not affect data dictionary B. It is local change if you would connect again this won't be permanent C. Here you affect permision, therefor Data dictionary D. Affects nothing because it is just select E. Affects Data dictionary As for post in https://forums.oracle.com/ords/apexds/post/does-truncate-table-generate-undo-4231 Since TABLE TRUNCATE modifies metadata in the Data Dictionary and resets the High Water Mark of the object...
upvoted 1 times
...
HUGO2024
8 months ago
Selected Answer: CE
C and E correct , GRANT and TRUNCATE are DDL
upvoted 1 times
...
RIDA_007
11 months, 2 weeks ago
C and E are correct
upvoted 2 times
...
billysunday1
1 year ago
Selected Answer: BC
Based on the documentation https://docs.oracle.com/en/database/oracle/oracle-database/21/cncpt/data-dictionary-and-dynamic-performance-views.html#GUID-497B355D-E8D6-4403-B83B-B94A8AE6934D The data dictionary contains metadata describing the contents of the database. For example, the data dictionary contains information such as the following: The definitions of every schema object in the database, including default values for columns and integrity constraint information The amount of space allocated for and currently used by the schema objects The names of Oracle Database users, privileges and roles granted to users, and auditing information related to users doesn't mention anything about truncate.
upvoted 1 times
...
jm9999
1 year, 7 months ago
Selected Answer: BC
B modifies the parameter setting in NLS_SESSION_PARAMETERS. C modifies ALL_TAB_PRIVS_RECD and ALL_TAB_PRIVS_MADE. For E, I tried truncating a table with 55000 rows but the truncate had no impact on space related columns in ALL_TABLES.
upvoted 1 times
jm9999
1 year, 6 months ago
The link below suggests that nls_session_parameters is part of the data dictionary https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/setting-up-globalization-support-environment.html#GUID-8C591C64-EAAF-42F2-A00F-F03E33E26ABF
upvoted 1 times
...
...
zouve
1 year, 10 months ago
Selected Answer: CE
CE in my opinion
upvoted 2 times
...
CMjer
1 year, 11 months ago
Selected Answer: CE
C, E correct, GRANT and TRUNCATE are DDL, ALTER SESSION is not.
upvoted 1 times
...
Darnun
2 years ago
Selected Answer: CE
CE are correct
upvoted 1 times
...
Sathitest071
2 years, 1 month ago
C, E are correct. Truncate is DDL and it modifies the data dictionary. https://forums.oracle.com/ords/apexds/post/why-is-truncate-ddl-and-not-dml-7859 https://forums.oracle.com/ords/apexds/post/does-truncate-table-generate-undo-4231
upvoted 2 times
Darnun
2 years ago
I believe CE are correct answers as both are DDL. "ALTER SESSION is not counted as a DDL statements statement although it starts with ALTER" https://renenyffenegger.ch/notes/development/databases/Oracle/SQL/statement/nouns/session/index
upvoted 1 times
...
...
alic_alex
2 years, 1 month ago
Selected Answer: BC
B,C correct. https://docs.oracle.com/cd/B10501_01/server.920/a96524/c05dicti.htm
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago