Which service listens for incoming messages that communicate with Documentum business processes?
Which service listens for incoming messages that communicate with Documentum business
processes?
Which statement is true of DQL?
Which statement is true of DQL?
Which DQL statement returns the number of documents of type SOP that are CURRENT versions?
Which DQL statement returns the number of documents of type SOP that are CURRENT
versions?
Which DQL element is used to identify object properties to retrieve from a Documentum repository?
Which DQL element is used to identify object properties to retrieve from a Documentum
repository?
Which statement about DQL is true?
Which statement about DQL is true?
What is returned by the following query?
What is returned by the following query?
SELECT * FROM dm_document WHERE owner_name = ‘dm_admin’
Which forms of the FROM clause will search all objects of the SOP type?
Which forms of the FROM clause will search all objects of the SOP type?
How can the user complete the following query to accomplish this?
A repository has a custom object type, my_report, which descends from dm_document. A user
wants to find all versions of dm_document and my_report objects checked out by them.
How can the user complete the following query to accomplish this?
select * from _____ where r_lock_owner=user
Which statement about the DQL WHERE clause is true?
Which statement about the DQL WHERE clause is true?
Which DQL statement will return the area_code for New York?
An external table has been registered using this DQL statement:
REGISTER TABLE area_code_table (city STRING(256), area_code STRING(3))
Which DQL statement will return the area_code for New York?