LU04.A01 - Choose data-types

Prerequisites

Introduction

All computer applications manage in the background one way or another. It is therefore pivotal to store this information efficiently, which leads us to databases.

Task: Choose datatypes

Which datatype would you use to store the following information? Give reason for your decision.

  1. product-title like trousers up to 50 characters:
  2. product-description up to 255 characters:
  3. stock amount:
  4. price of each piece:
  5. order date:
  6. date of delivery:
  7. organic or not:
  8. usage category with only one character:

Solution

Lösung

Vocabulary

English German
prerequisite Grundvoraussetzung

Volkan Demir