Q21.Marks: +2.0UGC NET Paper 2: Computer Science 18th June 2024 Shift 1 (Cancelled)
Which of the following statements is/are false ?
A. A user can assign privileges to any user on any relation.
B. A user can assign privileges to any user on its own relations only.
C. System error that leads to accessibility to the portion of database is an example of malicious attack.
D. Passwords itself need to be secured from unauthorized access.
Choose the correct answer from the options given below :
1.A and C Only✓ Correct
2.A and B Only
3.B and D Only
4.B and C Only
Solution
The correct answer is A and C Only
Key Points
A. A user can assign privileges to any user on any relation.
This statement is typically false. In most database systems, a user cannot assign privileges to others on relations (tables, views, etc.) they do not own unless they have been granted specific administrative rights.
B. A user can assign privileges to any user on its own relations only.
This statement is generally true. In most database systems, users can assign privileges on the relations they own.
C. System error that leads to accessibility to the portion of database is an example of malicious attack.
This statement is false. A system error leading to unintended access is typically considered a security vulnerability or accidental exposure rather than a malicious attack. A malicious attack implies intentional actions by an attacker.
D. Passwords itself need to be secured from unauthorized access.
This statement is true. Protecting passwords from unauthorized access is a fundamental security practice.