Introduction of RDBMS and Mysql
Introduction of RDBMS and Mysql
Relational Databases
and MySQL
• A database collects information into an electronic file, for example a list of customer
addresses and associated orders. Each item is usually called a ‘record’ and the
items can be sorted and accessed in many different ways.
www.webmotion.co.uk/resources/d.php
• A collection of information stored in one central location. Many times, this is the
source from which information is pulled to display products or information
dynamically on a website.
www.gravitatedesign.com/glossary.htm
Collection of Data
Yum has stored details of customers and the orders they have placed in a
single table.
What problems might this cause?
What happens when they also record details of the items included in each
order?