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...

If you want to see how many cells in a specified range contain numbers, you would use the ________ function

A) SUBTOTAL B) COUNT C) AVERAGE D) SUM

Computer Science & Information Technology

____ allow EIGRP to discover neighbors and keep track of their status.

A. Reliable Transport Protocol B. Protocol Dependent Modules C. Neighbor discovery and maintenance D. Diffusing Update Algorithm (DUAL)

Computer Science & Information Technology

The code above provides an example of an interface class. Explain the purpose and advantages of creating interfaces that store related constants.

What will be an ideal response?

Computer Science & Information Technology

A selected graphic can be resized using the Shape Height and Shape Width text boxes in the Size group on the Format tab on the Picture Tools tab.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology