SlideShare a Scribd company logo
Databases
CSC 103 Intro to Computing
What is a Database?
 a collection of information that is organized
so that it can easily be accessed, managed,
and updated.
 databases typically contain collections of data
records or files, such as sales transactions,
products, supplies, inventory, customer/client
profiles, employees, patients, students, etc.
What databases do you
personally manage?
 Emails
 Files on a computer, music, pictures, movies
 Online shopping (Amazon)
 Web searching (Google)
 Research (Library – research papers)
 Any collection of info that you need to sort
through and locate items
How is information
organized in a database?
 By fields (also called columns)
 Fields are the categories or criteria, by which
all information is organized and categorized
 Fields for students may include:
student ID, SSN, lastname, firstname, middle name,
birthdate, address (street, city, state, county),
email, phone, major, grades, credits, financial info,
etc.
What Databases
are you a part of?
 Facebook – you supply information
 Google – your information is captured
 Any website where you register and log-in
to with an email or password (Devices)
 Student database at WCCC, MyWarren
 Government, State, Utilities, Healthcare
Banking, Credit – any correspondence you get
(emails, junk mail, ads)
How are you identified
in a database?
 Email, username, password (logins),
+ security verifications
 Name, DOB or Age, Social Security Number, ID
Numbers, Account Numbers, Phone
Number(s), Address, Vehicle Vin #, etc.
Where are
databases stored?
 Business store their data on Database servers
 Databases and database managers are prevalent in
large mainframe systems, but are also present in
smaller distributed workstation and mid-range systems
such as the AS/400 and on personal computers
(Access).
 SQL (Structured Query Language) is a standard
language for making interactive queries from and
updating a database such as IBM's DB2,
Microsoft's SQL Server, and database products
from Oracle, Sybase, and Computer Associates.
How Databases work on the Web
What operations can be
performed on a DB?
 CRUD - Create, Read, Update, Delete
 Collect and store data, View data
Find data, Update data
Organize data, Sort & Filter data,
Distribute data, Move or remove data
Databases are
constructed of tables:
 A table is simply tabular information organized
in a grid of rows and columns.
 Employees db for WCCC
may have these tables:
• Faculty
• Adjunct Faculty
• Administration
• Staff
 Each group (above) in its own table.
Fields & Records
(Example Datasheet View in Access)
Fields (columns)Records
(rows)
Table
Fields & Records
(Design View in Access)
Fields
Field
Properties
(limitations or
format)
What software on a PC
can manage databases?
 Access – (part of Microsoft Office Suite) is
designed to create and manage databases
 We can begin by exploring some basic
operations of Access (sorting, filtering,
advanced filters) using Microsoft Access
and database files presidents.accdb
and countries.accdb
How is information
retrieved?
 Display all – SELECT * FROM (tablename)
 Sort – displays information in ascending,
descending order (based on a field)
 Filter – limits the display of information
through specific criteria
 Query – retrieve and store information
based on specific criteria
phpMyAdmin
 phpMyAdmin – (web-based tool) is used to
create, edit and manage databases stored on a
web server.
 Web pages use php (server side code) to store
or retrieve data from the database
 Uses SQL language to retrieve, filter, display
information from the database
 SQL stands for structured query language
phpMyAdmin Interface
Tables of world
Database
Country
Column or Field Design
Running an SQL Query
To retrieve
info from DB
Results of SQL Query

More Related Content

PPTX
Database Concepts and Terminologies
PPT
08 sip database
PPTX
MS Access Intro
PPTX
Starting ms access 2010
PPT
Introduction to Database Concepts
PPTX
Database and types of database
PPTX
Databases and its representation
PPT
Lect 30 dbms_fundamentals
Database Concepts and Terminologies
08 sip database
MS Access Intro
Starting ms access 2010
Introduction to Database Concepts
Database and types of database
Databases and its representation
Lect 30 dbms_fundamentals

What's hot (19)

PPTX
L4 working with tables and data
PPTX
Microsoft Access
PPTX
Access
PPTX
Database Concepts and Components
PPT
Dbms
PPT
Database system concepts
PPTX
Database Basics
PPTX
Introduction to database
PPTX
PPT
Database Management System Introduction
PPT
DBMS an Example
PPTX
Basic Concept of Database
PPTX
Ms access 1
PPT
Lecture 01 introduction to database
PDF
Introduction to Database
PDF
Elements analysis dfd_er_std
PDF
Creating Effective Data Visualizations in Excel 2016: Some Basics
DOCX
Database Concepts
L4 working with tables and data
Microsoft Access
Access
Database Concepts and Components
Dbms
Database system concepts
Database Basics
Introduction to database
Database Management System Introduction
DBMS an Example
Basic Concept of Database
Ms access 1
Lecture 01 introduction to database
Introduction to Database
Elements analysis dfd_er_std
Creating Effective Data Visualizations in Excel 2016: Some Basics
Database Concepts
Ad

Similar to CSC 103 Databases Overview (20)

PPTX
Ch 2-introduction to dbms
PPT
Lecture01 257
PPT
Uit9 ppt ch08_au_rev
PDF
PPTX
Introduction to database & sql
PPTX
Data resource management and DSS
PDF
IS L03 - Database Management
PPT
Database Management System Processing.ppt
PPT
DBMS Lecture 1.ppt
PPTX
DBMS introduction and functionality of of dbms
PPT
INT104 DBMS - Introduction_Atomicity.ppt
PDF
Lect_2_dbms_its_rnvironment_and_components
PDF
Database :Introduction to Database System
PPTX
English database management_system
PPT
TID Chapter 10 Introduction To Database
PDF
Week01 Lecture Semester 1 2025 (Extra).pdf
PDF
Database & Database Users
PPTX
Database Management.pptxqqwwqwqwqqweqwqw
PPT
W 8 introduction to database
PPT
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Ch 2-introduction to dbms
Lecture01 257
Uit9 ppt ch08_au_rev
Introduction to database & sql
Data resource management and DSS
IS L03 - Database Management
Database Management System Processing.ppt
DBMS Lecture 1.ppt
DBMS introduction and functionality of of dbms
INT104 DBMS - Introduction_Atomicity.ppt
Lect_2_dbms_its_rnvironment_and_components
Database :Introduction to Database System
English database management_system
TID Chapter 10 Introduction To Database
Week01 Lecture Semester 1 2025 (Extra).pdf
Database & Database Users
Database Management.pptxqqwwqwqwqqweqwqw
W 8 introduction to database
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Ad

More from Richard Homa (20)

PPTX
Programming 1: Compilers, Interpreters & Bytecode
PPTX
CSC103 Digital Security
PPTX
CSC103 Intro to Programming
PPTX
CSC103 Gaming Overview (for Everyone)
PPTX
CSC103 3D Software & Technology
PPTX
CSC103 Vector vs Raster Graphics
PPTX
CSC103 Bits, Bytes & Binary
PPTX
CSC103 Web Technologies: HTML, CSS, JS
PPTX
CSC103 Processing, Memory & Storage
PPTX
CSC103 Digital Devices: Device Basics
PPTX
CSC103 Internet
PPTX
CCS103 Bits, Bytes, Binary
PPTX
CSC103 Digital Images, Pixels, RGB Colors
PPTX
Excel Review Quiz
PPTX
CSC102 Excel Basics
PPTX
CSC102 Word Paragraph Formatting
PPTX
CSC102 Computer Software
PPTX
CSC102 Computer Connectivity
PPTX
CSC 102 Computer Intro
PPTX
Creating Immersive Technology Experiences with Web-based Software & Resources
Programming 1: Compilers, Interpreters & Bytecode
CSC103 Digital Security
CSC103 Intro to Programming
CSC103 Gaming Overview (for Everyone)
CSC103 3D Software & Technology
CSC103 Vector vs Raster Graphics
CSC103 Bits, Bytes & Binary
CSC103 Web Technologies: HTML, CSS, JS
CSC103 Processing, Memory & Storage
CSC103 Digital Devices: Device Basics
CSC103 Internet
CCS103 Bits, Bytes, Binary
CSC103 Digital Images, Pixels, RGB Colors
Excel Review Quiz
CSC102 Excel Basics
CSC102 Word Paragraph Formatting
CSC102 Computer Software
CSC102 Computer Connectivity
CSC 102 Computer Intro
Creating Immersive Technology Experiences with Web-based Software & Resources

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Electronic commerce courselecture one. Pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation theory and applications.pdf
PPTX
Cloud computing and distributed systems.
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
KodekX | Application Modernization Development
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Approach and Philosophy of On baking technology
Per capita expenditure prediction using model stacking based on satellite ima...
sap open course for s4hana steps from ECC to s4
Electronic commerce courselecture one. Pdf
Machine learning based COVID-19 study performance prediction
Encapsulation theory and applications.pdf
Cloud computing and distributed systems.
Programs and apps: productivity, graphics, security and other tools
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
KodekX | Application Modernization Development
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

CSC 103 Databases Overview

  • 1. Databases CSC 103 Intro to Computing
  • 2. What is a Database?  a collection of information that is organized so that it can easily be accessed, managed, and updated.  databases typically contain collections of data records or files, such as sales transactions, products, supplies, inventory, customer/client profiles, employees, patients, students, etc.
  • 3. What databases do you personally manage?  Emails  Files on a computer, music, pictures, movies  Online shopping (Amazon)  Web searching (Google)  Research (Library – research papers)  Any collection of info that you need to sort through and locate items
  • 4. How is information organized in a database?  By fields (also called columns)  Fields are the categories or criteria, by which all information is organized and categorized  Fields for students may include: student ID, SSN, lastname, firstname, middle name, birthdate, address (street, city, state, county), email, phone, major, grades, credits, financial info, etc.
  • 5. What Databases are you a part of?  Facebook – you supply information  Google – your information is captured  Any website where you register and log-in to with an email or password (Devices)  Student database at WCCC, MyWarren  Government, State, Utilities, Healthcare Banking, Credit – any correspondence you get (emails, junk mail, ads)
  • 6. How are you identified in a database?  Email, username, password (logins), + security verifications  Name, DOB or Age, Social Security Number, ID Numbers, Account Numbers, Phone Number(s), Address, Vehicle Vin #, etc.
  • 7. Where are databases stored?  Business store their data on Database servers  Databases and database managers are prevalent in large mainframe systems, but are also present in smaller distributed workstation and mid-range systems such as the AS/400 and on personal computers (Access).  SQL (Structured Query Language) is a standard language for making interactive queries from and updating a database such as IBM's DB2, Microsoft's SQL Server, and database products from Oracle, Sybase, and Computer Associates.
  • 8. How Databases work on the Web
  • 9. What operations can be performed on a DB?  CRUD - Create, Read, Update, Delete  Collect and store data, View data Find data, Update data Organize data, Sort & Filter data, Distribute data, Move or remove data
  • 10. Databases are constructed of tables:  A table is simply tabular information organized in a grid of rows and columns.  Employees db for WCCC may have these tables: • Faculty • Adjunct Faculty • Administration • Staff  Each group (above) in its own table.
  • 11. Fields & Records (Example Datasheet View in Access) Fields (columns)Records (rows) Table
  • 12. Fields & Records (Design View in Access) Fields Field Properties (limitations or format)
  • 13. What software on a PC can manage databases?  Access – (part of Microsoft Office Suite) is designed to create and manage databases  We can begin by exploring some basic operations of Access (sorting, filtering, advanced filters) using Microsoft Access and database files presidents.accdb and countries.accdb
  • 14. How is information retrieved?  Display all – SELECT * FROM (tablename)  Sort – displays information in ascending, descending order (based on a field)  Filter – limits the display of information through specific criteria  Query – retrieve and store information based on specific criteria
  • 15. phpMyAdmin  phpMyAdmin – (web-based tool) is used to create, edit and manage databases stored on a web server.  Web pages use php (server side code) to store or retrieve data from the database  Uses SQL language to retrieve, filter, display information from the database  SQL stands for structured query language
  • 16. phpMyAdmin Interface Tables of world Database Country
  • 17. Column or Field Design
  • 18. Running an SQL Query To retrieve info from DB
  • 19. Results of SQL Query