Relational Databases
By McDonald, T. | Date 5th of November 2020 Why use a database? Databases are a great way to store and retrieve data. Since they are so widely used in computing, knowing how to use them is a must have skill in this industry. For instance, many websites use databases to store product details. One of the main benefits to databases is allows data to be organised, manipulated and retrieved rather than just storing it making it a very powerful tool. Tables and keys First let’s look at the parts of the table Customer_Table customer_id name address phone 1 Tony McDonald Some place 0788454567 2 A man 17 somewhere else 0793453459 3 A woman 45 who knows 0712311180 All relational databases have columns and rows. Columns are vertical, so phone is the label of a column containing phone numb