Object Oriented Database Using OQL, you may do which of the following? Return a specific subset of elements using a given criteria. Return a collection of elements without duplicates. Return an entire collection of elements including duplicates. All of these Return a specific subset of elements using a given criteria. Return a collection of elements without duplicates. Return an entire collection of elements including duplicates. All of these ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Which of the following is an ordered collection of elements of the same type? Bag List Dictionary Set Bag List Dictionary Set ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database The reserved word enum is used for which of the following? All of these To define a range for a relationship. To define a range for an attribute. To define a range for a class. All of these To define a range for a relationship. To define a range for an attribute. To define a range for a class. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database If you know all the possible values that an attribute can have, you can enumerate those values in ODL. True False True False ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database A collection of literals or object types is called a bag. True False True False ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database In ODL, you specify an operation using parentheses after its name. False True False True ANSWER DOWNLOAD EXAMIANS APP