Advanced Data Modelling Paper
Advanced Data Modelling Paper
Examinations 2022/2023
Level 6
Instructions to Candidates
2. An Index is a small table having only two columns. The first column comprises a copy of the
primary or candidate key of a table. Its second column contains a set of pointers for holding the
address of the disk block where that specific key value is stored.
3. A typical data warehouse has four main components: a central database, ETL (extract,
transform, load) tools, metadata, and access tools. All of these components are engineered for
speed so that you can get results quickly and analyze data on the fly.
4. Data mining involves exploring and analyzing large blocks of information to glean meaningful
patterns and trends.
5. OLTP, or online transactional processing, enables the real-time execution of large numbers of
database transactions by large numbers of people, typically over the internet.
convert the ER diagram into a relational database schema. Be certain to indicate primary keys
and referential integrity constraints.