Give an OQL query that returns the name of a particular person’s spouse.
Section 14.5.1 has an ODL description of a Person object with the relationship Spouse.
What will be an ideal response?
SELECT P.Spouse.Name
FROM PersonExt P
WHERE P.Id = 123456789
Computer Science & Information Technology
You might also like to view...
You use lines to consolidate sections or column headings with the report
Indicate whether the statement is true or false
Computer Science & Information Technology
The company you work for has decided to implement a server farm for the company's databases. Which security tenet will this cover?
A. Confidentiality B. Integrity C. Availability D. Accountability
Computer Science & Information Technology