DQL is the subset of SQL
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
DQL resembles SQL but is not a subset. It includes Documentum-specific features like ENABLE, OUT OF, and OBJECT() that are not part of standard SQL.
AI explanation
DQL (Documentum Query Language) is built on top of SQL concepts but extends it with repository-specific constructs (like object type queries, versioning, and permission-aware queries) rather than being a stripped-down subset of SQL. Because DQL adds capabilities SQL doesn't have, describing it as merely a subset of SQL is inaccurate, making the statement false.