What is the function of the ODMG Object Definition Language?

What will be an ideal response?


ODL is a language for defining the specifications of object types for ODMG-compliant
systems, equivalent to the Data Definition Language (DDL) of traditional DBMSs. Its main
objective is to facilitate portability of schemas between compliant systems while helping to
provide interoperability between ODMSs. The ODL defines the attributes and relationships of
types and specifies the signature of the operations, but it does not address the implementation
of signatures. The syntax of ODL extends the Interface Definition Language (IDL) of the
CORBA. The ODMG hope that the ODL will be the basis for integrating schemas from
multiple sources and applications.

Computer Science & Information Technology

You might also like to view...

You key the equals (=) sign to begin a formula.

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

Computer Science & Information Technology

The____ for array-based lists is of order O(n log2n) even in the worst case, therefore overcoming the worst case of the quicksort.

A. mergesort B. ShellSort C. holdsort D. heapsort

Computer Science & Information Technology

After you click a text link during a slide show, the link changes to another color to reflect the fact that it has been clicked, or followed. _________________________

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

Computer Science & Information Technology

How does a bar code reader work?

What will be an ideal response?

Computer Science & Information Technology