What is a Database? Used to describe a collection of related “data” of information stored on computers. It is essentially a collection of information. A filing cabinet, a library card catalog and even the internet are all types of databases. Is an organized collection of related data about a subject organized a useful manner that allows access, retrieval and use of that data. Design the tables for a new database
Design the tables for a new database DATA are raw facts that constitute building block of information. DATABASE is a collection of information and a means to manipulate data in a useful way, which must provide proper storage for large amounts of data, easy and fast access and facilitate the processing of data.
Objectives of Database Data Integrity – Maintaining and assuring the accuracy and consistency of data Data Integration – Combining data residing in different sources and providing users with a unified view of these data. Data Independence – It allows the database to be structurally changed without affecting most existing programs. Design the tables for a new database