Chapter 1: Basics of Database Lesson 1: Introduction To Database
Chapter 1: Basics of Database Lesson 1: Introduction To Database
For how many customers does one generated 3. Derived Attribute – a type of attribute in which
invoice is intended? The answer is one customer. their values are derives from other attribute,
How many invoices can be generated in one such as age from birthdate.
customer? The answer is many invoices
Therefore, there is a one-to-many
relationship between customer and invoice.
MySQL Environment
What is MySQL?
MySQL is an open-source relational
database management system which is based
on Structured Query Language (SQL). SQL is a
standard language which is being used for
2. deleting tuples/records from the table storing manipulating and retrieving data in the
database. It is used to perform commands such
as Add, Drop, Insert, and Update.
In this course, we will use XAMPP, a
free and open-source cross platform web server
solution developed by Apache Friends. XAMPP
stands for Cross-Platform (X), Apache HTTP
server (A), MySQL (M), PHP (P), and Perl (P).