1 / 14

Introduction to Databases

Introduction to Databases. Data vs. Information. Data – a collection of facts made up of text, numbers and dates: Murray 35000 7/18/86 Information - the meaning given to data in the way it is interpreted:

senta
Télécharger la présentation

Introduction to Databases

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Databases

  2. Data vs. Information • Data – a collection of facts made up of text, numbers and dates:Murray 35000 7/18/86 • Information - the meaning given to data in the way it is interpreted: Mr. Murray is a sales person whose annual salary is $35,000 and whose hire date is July 18, 1986.

  3. What is the ultimate purpose of a database management system? Is to transform Data Information Knowledge Action Data driven decision making

  4. What is a Database? • A structured collection of related data • A filing cabinet, an address book, a telephone directory, a timetable, etc. • Google and your email • School Student Information System

  5. Name: Barry HarrisCollege: MedicineTel: 392-5555 Basic Database Concepts • Table • A set of related records • Record Name: Barry HarrisCollege: MedicineTel: 392-5555 • A collection of data about an individual item • Field Name: Barry Harris • A single item of data common to all records

  6. An Example of a Table Fields Records

  7. Primary Keys & Foreign Keys To ensure that each record is unique in each table, we can set one field to be a Primary Key field. A Primary Key is a field that that will contain no duplicates and no blank values.

  8. What is a Relational Database Management System (RDMS)? A relational database is a collection of tables from which data can be accessed in many different ways without having to reorganize the database tables. DON’T DUPLICATE DATA • That is, once relationships are created, tables can “talk” to each other. We can link (relate) the tables to find data from many different tables.

  9. Relationships Foreign Keys are keyslinkto data in other tables

  10. Input Data with Forms • A friendlier view of the database • Used for data input, menus, display and printing • Can perform calculations and combine fields

  11. Queries • A means of asking questions (querying) of your data • Can look across a number of Tables and other Queries • Can perform Calculations and Combine fields

  12. Introducing Reports • Output of information in a printed report • Allows you to group and summarize data • Can perform calculations and combine fields • Cannot edit data • Can make labels

  13. Database Options Enterprise RDMS • Oracle • IBM/DB2 • MS SQL-server • Sybase • Informix • Lotus Notes • MySQL (Open Source) • Postgres (Open Source) Consumer • Microsoft Excel • Microsoft Access • FileMaker Pro • MySQL (Open Source) • Postgres (Open Source)

  14. SQL • Structured Query Language (SQL) is used for relational database “programming.” • SQL is the most commonly used programming language in the world

More Related