I NTRODUCTION TO DATABASE By: Afraa Sayah
I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A collection of related data. Database management system (DBMS): - Software package that facilitate the creation and maintains of a computerized database.
T ABLE A database usually contain more than one table. A table consist of rows and columns. Row is also known as a tuple or record. Column is also known as attribute or field. IDNameAgeGrade 11123Jack22A 11144Leona21C
Thank you