Sobes.tech

DBA / Database

In DWH, order information is modeled as follows. fct_order - id - create_dt - cost - driver_id dim_driver - driver_id - name - phone How can the data model be improved to store information about multiple driver phones with their types (main, additional, emergency)?

4

What is a fact table and a dimension table? How to determine what is a fact and what is a dimension?

4

Are you interested in working with data and design, or do you want to develop in another direction?

4

What key should be used for the driver phones table if the same number can belong to different drivers and have different types?

3

What are the ways to keep track of data change history in a database? For example, how to record a user's surname change?

3

How to store the change of phone number: error correction and actual change of number?

3

Where to store the phone number itself: in the "driver-phone" relation table or in a separate phones table? What are the pros and cons of each option?

3
/12