Fundamentals of Database Design What is a Database

Fundamentals of Database Design

What is a Database? A database is any organized collection of data. Some examples of databases you may encounter in your daily life are: n n n a telephone book T. V. Guide airline reservation system motor vehicle registration records papers in your filing cabinet files on your computer hard drive.

Why Do we Need Databases? Keep records of our: n Clients n Staff n Volunteers To keep a record of activities and interventions; Keep sales records; Develop reports; Perform research

What is the Purpose of a Database Management System? Is to transform: Data Information Knowledge Action

What is a Database? Quite simply, it’s an organized collection of data. A database management system (DBMS) such as Access, File. Maker, Lotus Notes, Oracle or SQL Server which provides you with the software tools you need to organize that data in a flexible manner. It includes tools to add, modify or delete data from the database, ask questions (or queries) about the data stored in the database and produce reports summarizing selected contents.

Some Definitions A file: A group or collection of similar records A field: one category of information, i. e. , Name, Address, Semester Grade, Academic topic A record: one piece of data, i. e. , one student's information, a recipe, a test question A layout: a design for a database that contains field names and possibly graphics.

Fundamental Building Blocks Tables comprise the fundamental building blocks of any database. If you're familiar with spreadsheets, you'll find database tables extremely similar. Take a look at this example of a table sample database: The table above contains the employee information for our organization -- characteristics like name, date of birth and title. Examine the construction of the table and you'll find that each column of the table corresponds to a specific employee characteristic (or attribute in database terms). Each row corresponds to one particular employee and contains his or her information. That's all there is to it! If it helps, think of each one of these tables as a spreadsheet-style listing of information.
- Slides: 7