Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, consider a database with the following table:

Panelcode

TABLE CUSTOMER

ID INTEGER
LASTNAME

     ID         INTEGER
     LASTNAME   VARCHAR(20)

ADDRESS

     ADDRESS    VARCHAR(30)

If an application uses the DAS to query this table with the following SQL statement:

...