DB2 – Alias

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

This chapter describes the creation of alias and retrieving data using alias of database objects. Introduction Alias is an alternative name for database objects. It can be used to reference…

Continue ReadingDB2 – Alias

DB2 – Tables

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

Tables are logical structure maintained by Database manager. In a table each vertical block called as column (Tuple) and each horizontal block called as row (Entity). The collection of data…

Continue ReadingDB2 – Tables

DB2 – Schemas

  • Post author:
  • Post category:DB2
  • Post comments:1 Comment

This chapter introduces and describes the concept of Schema. Introduction A schema is a collection of named objects classified logically in the database. In a database, you cannot create multiple…

Continue ReadingDB2 – Schemas