Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

For example, consider a database with the following table:

Code Block
TABLE CUSTOMER
         ID         INTEGER
         LASTNAME   VARCHAR(20)
         ADDRESS    VARCHAR(30)

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

...