Oracle EBS Personalization and Optimization MCQ Quiz – Part 1

Oracle EBS Personalization and Optimization MCQ

This Oracle EBS Personalization and Optimization MCQ Quiz contains few questions as a free online practice test.

1. Which PL/SQL collection method returns the largest index number in a collection

a)Count
b)Limit
c)Last
d)First

2. If the collection is empty First and Last Pl/SQL collection methods return

a)0
b)1
c)null
d)None

3. Which PL/SQL method returns the index number that succeeds index n.

a)Extends(n)
b)Prior(n)
c)Next(n)
d)Last(n)

4. Find the ODD datatype out

a VARCHAR2
b RECORD
c BOOLEAN
d RAW

5. The term _______ is used to refer to a row.

a) Attribute
b) Tuple
c) Field
d) Instance

6. The term attribute refers to a ___________ of a table.

a) Record
b) Column
c) Tuple
d) Key