# 1# 1 CS 105 Databases Introduction What is a database? What is a front-end? What does open source mean? How do you pronounce SQL? CS 105 Spring 2010.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

1 Web-Enabled Decision Support Systems Access Introduction: Touring Access Prof. Name Position (123) University Name.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Computer Concepts BASICS 4th Edition
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
MICROSOFT OFFICE ACCESS 2007.
Chapter 12 Information Systems Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Lecture Microsoft Access and Relational Database Basics.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
A Guide to SQL, Seventh Edition. Objectives Understand the concepts and terminology associated with relational databases Create and run SQL commands in.
1 Chapter 1 Tour of Access. 1 Chapter Objectives Start and exit Microsoft Access Open and run an Access application Identify the major elements of the.
Chapter 12 Information Systems. 2 Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Database Software Application
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Database terms Mr. Brunton.
Access Tutorial 10 Automating Tasks with Macros
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
B.A. (Mahayana Studies) Introduction to Computer Science November March Office Tools A look at the main tools most computer users.
Chapter 12 Information Systems. 2 Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
CPS120: Introduction to Computer Science Information Systems: Database Management Nell Dale John Lewis.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Introduction to database systems
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
Introduction to SQL Steve Perry
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Simple Database.
Unit Seven Database 1.Passage One. Foundation of Database.
Chapter 8 Database Applications and Implications.
Database Fred Durao What is a database? A database is any organized collection of data. Some examples of databases you may encounter in.
Relational Databases (MS Access)
File Processing Concepts – Field – combination of 1 or more characters that is the smallest unit of data to be accessed – Record – group of related fields.
Key Applications Module Lesson 21 — Access Essentials
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Copyright 2002, Paradigm Publishing Inc. CHAPTER 12 BACKNEXTEND 12-1 LINKS TO OBJECTIVES Mail Merge Concepts Mail Merge Concepts Mail Merge Wizard Mail.
CS 1308 Computer Literacy and the Internet
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Database Concepts Track 3: Managing Information using Database.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
DBMS Using Access Note: If using software other that Access, consult manufacturer’s manual.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Microsoft Access Database Creation and Management.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. DATABASE.
Forms 5.02 Understand database queries, forms, and reports.
Computers Are Your Future Tenth Edition Spotlight 5: Microsoft Office Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Management  .
PHP and MySQL.
Creating Database Reports
Presentation transcript:

# 1# 1 CS 105 Databases Introduction What is a database? What is a front-end? What does open source mean? How do you pronounce SQL? CS 105 Spring 2010

# 2# 2 Our favorite online databases ESPN Major League Baseball Statistics Internet Movie Database

# 3# 3 CS 105 Spring 2010 What Is a Database? Database: a collection of information like a phone book or UIDirect or an address book or A database is a collection of objects such as tables, queries, forms, and reports READ in Computer Concepts about databases!!

# 4# 4 CS 105 Spring 2010 What does a database look like? A database is a container to store data in an organized fashion

# 5# 5 CS 105 Spring 2010 What does a table look like?

# 6# 6 CS 105 Spring 2010 Tables Data is organized into tables The rows of a table correspond to records-- each record is an individual entry, a row

# 7# 7 CS 105 Spring 2010 Tables: Datasheet View Field (column) Names The columns of a table correspond to fields

# 8# 8 CS 105 Spring 2010 Sequel? Essquell? Yes, SQL SQL (pronounced "ess-que-el" or "seequel") stands for Structured Query Language. SQL is the standard language to communicate with relational database management systems. SQL statements are used to perform tasks such as update data in a database, or retrieve data from a database.

# 9# 9 CS 105 Spring 2010 Database—misusing the word MySQL is a database management system- -DBMS SQLyog is a GUI—a graphical user interface or front-end for MySQL The word “Database” refers to the data itself, not the software than manages the data

# 10 CS 105 Spring 2010 Where they are MySQL is a database management system--DBMS SQLyog is a GUI—a graphical user interface or front- end for MySQL

# 11 CS 105 Spring 2010 And now to appearance--GUI Unix is user-friendly; it's just a little particular about which users it is friendly to. Your Concepts Book has more about operating systems and appearance.

# 12 CS 105 Spring 2010 What is a front-end? A UNIX environment— not very user-friendly. Unix view of a directory:

# 13 CS 105 Spring 2010 Windows view of the same directory

# 14 CS 105 Spring 2010 Editing a file in a Unix environment

# 15 CS 105 Spring 2010 Editing the same file in FrontPage

# 16 CS 105 Spring 2010 Thunderbird front-end for

# 17 CS 105 Spring 2010 What is MySQL? MySQL is the most popular Open Source SQL database management system, is developed and provided by MySQL AB—a “virtual” company that began in Sweden and hopes to make money from providing services. READ about Open Source in Computer Concepts Licenses and copyright laws are part of our world. They are vital to both legal and illegal use of computers.

# 18 CS 105 Spring 2010 Login

# 19 CS 105 Spring 2010 SQLyog To download the software, login to Compass and you can click on the icon for it.

# 20 CS 105 Spring 2010 Standard Database Objects Each of these objects must have a unique name We can do these in SQLyog: Table: Used to store and manipulate data. Query: Used to retrieve information. We can do these in other DBMS front-ends: Form: Used to view one record of data. Report: Used to present, calculate, summarize, and print table data.

# 21 CS 105 Spring 2010 Tables of student scores

# 22 CS 105 Spring 2010 You can pull out individual student scores on a FORM (one record at at time)

# 23 CS 105 Spring 2010 Example of a form from the Internet The user sees the form and not the underlying tables

# 24 CS 105 Spring 2010 What good are forms? Lets you view one record at a time Customizes the display. Prevents error Hides data from viewer Allows you to use Input Masks and guide data entry

# 25 CS 105 Spring 2010 Input Mask, Form: Online Shopping

# 26 CS 105 Spring 2010 A report: An on-screen or printed display of organized data from a table or query May contain text, data, graphics, borders, colors. Examples include--depending on the DBMS you are using-- sales summaries, invoices, mailing labels, personal address books, inventory listings

# 27 CS 105 Spring 2010 Sample Internet Report -- UIUC

# 28 CS 105 Spring 2010 To summarize What is a database? What is a front-end?? How do you pronounce SQL?