SlideShare a Scribd company logo
Introduction to Databases
Data vs. Information
 Data – a collection of facts made up of text, numbers
and dates:
Ali 35000 7/18/86
 Information - the meaning given to data in the way it is
interpreted:
Mr. Ali is a sales person whose annual salary is
$35,000 and whose hire date is July 18, 1986.
What is the ultimate purpose of a
database management system?
Data Information Knowledge Action
Is to transform
Data driven decision making
What is a Database?
 A structured collection of related data
 An filing cabinet, an address book, a
telephone directory, a timetable, etc.
 Google and your email is a database
 School Student Information System
Basic Database Concepts
 Table
– A set of related records
Name: Harris
College: Medicine
Tel: 392-5555
Name: Harris
College: Medicine
Tel: 392-5555
Name: Harris
 Field
 Record
–A collection of data
about an individual item
–A single item of data
common to all records
An Example of a Table
Records
Fields
Name Address Phone College
Ali Lahore 392-3900 Pharmacy
Harris Karachi 392-5555 Medicine
Maria Islamabad 846-5656 Dental
Different parts of a database
Fields – different types of data (number or text)
Records
Queries
Reports
Primary Keys & Foreign Keys
Name User Phone College
Ali a.ali 392-3900 Pharmacy
Harris h.harris 392-5555 Medicine
Maria m.maria 846-5656 Dental
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 will contain no duplicates
and no blank values.
Foreign Keys link to data in other tables
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:
 Which schools are in a system?
 Which students are in which class?
 Which classes are filling up?
Relationships
Database Options
Consumer
 Flat Files
 Microsoft Excel
- Limit of 65,536 Rows
 Microsoft Access
 FileMaker Pro
 MySQL (Open Source)
 Postgres (Open Source)
Enterprise RDMS
 Oracle
 IBM/DB2
 MS SQL-server
 Sybase
 Informix
 Lotus Notes
 MySQL (Open Source)
 Postgres (Open Source)
Input Data with Forms
 A friendlier view of the database
 Used for data input, menus, display and printing
 Can perform Calculations and Combine fields
Databases and the Web
Accessing databases through web forms
– Java programming interface (JDBC)
– Embedding into HTML pages (JSP or ASP)
– Access through http protocol (Web Services)
Using Web document formats for data
definition and manipulation
– XML, XML databases and messaging systems
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
SQL
 Structured Query Language (SQL) is used for relational
database “programming.”
 it is alleged that SQL is the most commonly used
programming language in the world
 SQL is essentially divided into two sublanguages
– Data Manipulation Language (DML)
– Data Definition Language (DDL)
 SELECT "column_name" FROM "table_name"
– SELECT
– SELECT F2Q2B, Count(*) AS TOTAL FROM FORM2 GROUP BY F2Q2B
– select F2Q3, F2Q3T from form2 ORDER BY F2Q3
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
XML: Extensible Markup Language
 Defined by the WWW Consortium (W3C)
 The ability to specify new tags, and to create
nested tag structures made XML a great way to
exchange data, not just documents
 XML has become the basis for all new
generation data interchange formats.
 A wide variety of tools is available for parsing,
browsing and querying XML documents/data
XML: Extensible Markup Language
<?xml version="1.0" encoding="utf-8" ?>
- <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
version="2.0">
- <channel>
<title>KSU Year of Kenya Lecture Series</title>
<link>http://www.kennesaw.edu/yearofkenya</link>
<language>en-us</language>
<copyright>Copyright 2006</copyright>
<lastBuildDate>Mon, 06 Nov 2006 15:50:00 -0500</lastBuildDate>
<pubDate>Mon, 06 Nov 2006 15:50:00 -0500</pubDate>
<itunes:author>Kennesaw State University - Office of International Services
and Programs</itunes:author>
<itunes:subtitle>The 2006-2007 KSU Year of Kenya Lecture
Series</itunes:subtitle>
Data Mining
Searching for novel patterns, rules or
relationships in data, e.g.:
– correlations
– classification
– clustering
– Visualization

More Related Content

What's hot

View of data DBMS
View of data DBMSView of data DBMS
View of data DBMS
Rahul Narang
 
12. oracle database architecture
12. oracle database architecture12. oracle database architecture
12. oracle database architecture
Amrit Kaur
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMSkoolkampus
 
Data models
Data modelsData models
Data models
Usman Tariq
 
Systems Administration
Systems AdministrationSystems Administration
Systems Administration
Mark John Lado, MIT
 
File access method
File access methodFile access method
File access method
GayathriS578276
 
Disk management
Disk managementDisk management
Disk management
Agnas Jasmine
 
Deadlock Prevention
Deadlock PreventionDeadlock Prevention
Deadlock Prevention
prachi mewara
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management System
Ajay Jha
 
DbMs
DbMsDbMs
Database systems introduction
Database systems introductionDatabase systems introduction
Database systems introduction
Balasingham Karthiban
 
rdbms-notes
rdbms-notesrdbms-notes
rdbms-notes
Mohit Saini
 
Presentation on Database management system
Presentation on Database management systemPresentation on Database management system
Presentation on Database management system
Prerana Bhattarai
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to databaseemailharmeet
 
Database basics
Database basicsDatabase basics
Database basics
prachin514
 
Database systems
Database systemsDatabase systems
Database systems
Dhani Ahmad
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
RituBhargava7
 
File management
File managementFile management
File management
Vishal Singh
 

What's hot (20)

View of data DBMS
View of data DBMSView of data DBMS
View of data DBMS
 
12. oracle database architecture
12. oracle database architecture12. oracle database architecture
12. oracle database architecture
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
 
Data models
Data modelsData models
Data models
 
Systems Administration
Systems AdministrationSystems Administration
Systems Administration
 
File access method
File access methodFile access method
File access method
 
Disk management
Disk managementDisk management
Disk management
 
Deadlock Prevention
Deadlock PreventionDeadlock Prevention
Deadlock Prevention
 
Distributed database
Distributed databaseDistributed database
Distributed database
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management System
 
DbMs
DbMsDbMs
DbMs
 
Database systems introduction
Database systems introductionDatabase systems introduction
Database systems introduction
 
rdbms-notes
rdbms-notesrdbms-notes
rdbms-notes
 
Presentation on Database management system
Presentation on Database management systemPresentation on Database management system
Presentation on Database management system
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 
File organisation
File organisationFile organisation
File organisation
 
Database basics
Database basicsDatabase basics
Database basics
 
Database systems
Database systemsDatabase systems
Database systems
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
File management
File managementFile management
File management
 

Similar to Intro databases (Table, Record, Field)

Advantages And Uses Of SQL
Advantages And Uses Of SQLAdvantages And Uses Of SQL
Advantages And Uses Of SQL
Sandra Arveseth
 
Databases and its representation
Databases and its representationDatabases and its representation
Databases and its representation
Ruhull
 
Advanced Database Systems - Presentation 1 with quiz.pptx
Advanced Database Systems - Presentation 1 with quiz.pptxAdvanced Database Systems - Presentation 1 with quiz.pptx
Advanced Database Systems - Presentation 1 with quiz.pptx
EllenGracePorras
 
M.sc. engg (ict) admission guide database management system 4
M.sc. engg (ict) admission guide   database management system 4M.sc. engg (ict) admission guide   database management system 4
M.sc. engg (ict) admission guide database management system 4
Syed Ariful Islam Emon
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1
Sonia Mim
 
Lecture 3 note.pptx
Lecture 3 note.pptxLecture 3 note.pptx
Lecture 3 note.pptx
TesfanehGorfu
 
Database Systems Concepts, 5th Ed
Database Systems Concepts, 5th EdDatabase Systems Concepts, 5th Ed
Database Systems Concepts, 5th Ed
Daniel Francisco Tamayo
 
DBMS - Introduction
DBMS - IntroductionDBMS - Introduction
DBMS - Introduction
JOSEPHINE297640
 
Ch1- Introduction to dbms
Ch1- Introduction to dbmsCh1- Introduction to dbms
Ch1- Introduction to dbms
Shakila Mahjabin
 
MIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome Measures
Steven Johnson
 
Database
DatabaseDatabase
Database
Chinmay Raul
 
Lect 30 dbms_fundamentals
Lect 30  dbms_fundamentalsLect 30  dbms_fundamentals
Lect 30 dbms_fundamentals
Protik Roy
 
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGESDATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
WesleyWenceslaus
 

Similar to Intro databases (Table, Record, Field) (20)

Advantages And Uses Of SQL
Advantages And Uses Of SQLAdvantages And Uses Of SQL
Advantages And Uses Of SQL
 
Databases and its representation
Databases and its representationDatabases and its representation
Databases and its representation
 
Advanced Database Systems - Presentation 1 with quiz.pptx
Advanced Database Systems - Presentation 1 with quiz.pptxAdvanced Database Systems - Presentation 1 with quiz.pptx
Advanced Database Systems - Presentation 1 with quiz.pptx
 
Access 2010
Access 2010Access 2010
Access 2010
 
Dbms
DbmsDbms
Dbms
 
M.sc. engg (ict) admission guide database management system 4
M.sc. engg (ict) admission guide   database management system 4M.sc. engg (ict) admission guide   database management system 4
M.sc. engg (ict) admission guide database management system 4
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1
 
Lecture 3 note.pptx
Lecture 3 note.pptxLecture 3 note.pptx
Lecture 3 note.pptx
 
Database Systems Concepts, 5th Ed
Database Systems Concepts, 5th EdDatabase Systems Concepts, 5th Ed
Database Systems Concepts, 5th Ed
 
DBMS - Introduction
DBMS - IntroductionDBMS - Introduction
DBMS - Introduction
 
Database
Database Database
Database
 
Ch1- Introduction to dbms
Ch1- Introduction to dbmsCh1- Introduction to dbms
Ch1- Introduction to dbms
 
MIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome Measures
 
Database
DatabaseDatabase
Database
 
Database
DatabaseDatabase
Database
 
Lect 30 dbms_fundamentals
Lect 30  dbms_fundamentalsLect 30  dbms_fundamentals
Lect 30 dbms_fundamentals
 
Unit01 dbms
Unit01 dbmsUnit01 dbms
Unit01 dbms
 
Dbms
DbmsDbms
Dbms
 
Dbms unit01
Dbms unit01Dbms unit01
Dbms unit01
 
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGESDATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
 

More from Maryam Fida

Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
Maryam Fida
 
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
Maryam Fida
 
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
Maryam Fida
 
Management of trauma Ropper Hall classification system (Preventive ophthalmol...
Management of trauma Ropper Hall classification system (Preventive ophthalmol...Management of trauma Ropper Hall classification system (Preventive ophthalmol...
Management of trauma Ropper Hall classification system (Preventive ophthalmol...
Maryam Fida
 
Sclera (scleritis and episcleritis, staphyloma)
Sclera (scleritis and episcleritis, staphyloma)Sclera (scleritis and episcleritis, staphyloma)
Sclera (scleritis and episcleritis, staphyloma)
Maryam Fida
 
Retina (Define ,anatomy of retina, examination of retina, classification of ...
Retina (Define ,anatomy of retina, examination of  retina, classification of ...Retina (Define ,anatomy of retina, examination of  retina, classification of ...
Retina (Define ,anatomy of retina, examination of retina, classification of ...
Maryam Fida
 
Retinoblastoma (Preventive measures for retinoblastoma)
Retinoblastoma (Preventive measures for retinoblastoma)Retinoblastoma (Preventive measures for retinoblastoma)
Retinoblastoma (Preventive measures for retinoblastoma)
Maryam Fida
 
RETINOPATHY OF PREMATTURITY (ROP) PREVENTIVE MEASURES
 RETINOPATHY OF PREMATTURITY (ROP)  PREVENTIVE MEASURES RETINOPATHY OF PREMATTURITY (ROP)  PREVENTIVE MEASURES
RETINOPATHY OF PREMATTURITY (ROP) PREVENTIVE MEASURES
Maryam Fida
 
Onchocerciasis
OnchocerciasisOnchocerciasis
Onchocerciasis
Maryam Fida
 
Primary, Secondary and Tertiary Eye Care Services
Primary, Secondary and Tertiary Eye Care ServicesPrimary, Secondary and Tertiary Eye Care Services
Primary, Secondary and Tertiary Eye Care Services
Maryam Fida
 
Optometry and Orthoptics (Laws and Acts)
Optometry and Orthoptics (Laws and Acts)Optometry and Orthoptics (Laws and Acts)
Optometry and Orthoptics (Laws and Acts)
Maryam Fida
 
IOP measurements
IOP measurementsIOP measurements
IOP measurements
Maryam Fida
 
Keratoconus
KeratoconusKeratoconus
Keratoconus
Maryam Fida
 
Corneal Diseases.docx
Corneal Diseases.docxCorneal Diseases.docx
Corneal Diseases.docx
Maryam Fida
 
Glaucoma Preventive Measurements.pptx
Glaucoma Preventive Measurements.pptxGlaucoma Preventive Measurements.pptx
Glaucoma Preventive Measurements.pptx
Maryam Fida
 
COMMUNITY OPHTHALMOLOGY.pptx
COMMUNITY OPHTHALMOLOGY.pptxCOMMUNITY OPHTHALMOLOGY.pptx
COMMUNITY OPHTHALMOLOGY.pptx
Maryam Fida
 
contact lens solution
contact lens solutioncontact lens solution
contact lens solution
Maryam Fida
 
Contact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
Contact Lens Deposits, Contact lens Aftercare, Overview of care and MaintenanceContact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
Contact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
Maryam Fida
 
Contact Lens Intro.ppt
Contact Lens Intro.pptContact Lens Intro.ppt
Contact Lens Intro.ppt
Maryam Fida
 
Internet, Intranet and Extranet
Internet, Intranet and Extranet Internet, Intranet and Extranet
Internet, Intranet and Extranet
Maryam Fida
 

More from Maryam Fida (20)

Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
Vitreous (Attachments, age changes, vitreous hemorrhage, Vitreous Detachment)
 
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
VISUAL FIELD (Classification, neurological and glaucomatous visual fields)
 
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
Uveitis (Classification, Panuveitis, Endophthalmitis, Panophthalmitis, Synech...
 
Management of trauma Ropper Hall classification system (Preventive ophthalmol...
Management of trauma Ropper Hall classification system (Preventive ophthalmol...Management of trauma Ropper Hall classification system (Preventive ophthalmol...
Management of trauma Ropper Hall classification system (Preventive ophthalmol...
 
Sclera (scleritis and episcleritis, staphyloma)
Sclera (scleritis and episcleritis, staphyloma)Sclera (scleritis and episcleritis, staphyloma)
Sclera (scleritis and episcleritis, staphyloma)
 
Retina (Define ,anatomy of retina, examination of retina, classification of ...
Retina (Define ,anatomy of retina, examination of  retina, classification of ...Retina (Define ,anatomy of retina, examination of  retina, classification of ...
Retina (Define ,anatomy of retina, examination of retina, classification of ...
 
Retinoblastoma (Preventive measures for retinoblastoma)
Retinoblastoma (Preventive measures for retinoblastoma)Retinoblastoma (Preventive measures for retinoblastoma)
Retinoblastoma (Preventive measures for retinoblastoma)
 
RETINOPATHY OF PREMATTURITY (ROP) PREVENTIVE MEASURES
 RETINOPATHY OF PREMATTURITY (ROP)  PREVENTIVE MEASURES RETINOPATHY OF PREMATTURITY (ROP)  PREVENTIVE MEASURES
RETINOPATHY OF PREMATTURITY (ROP) PREVENTIVE MEASURES
 
Onchocerciasis
OnchocerciasisOnchocerciasis
Onchocerciasis
 
Primary, Secondary and Tertiary Eye Care Services
Primary, Secondary and Tertiary Eye Care ServicesPrimary, Secondary and Tertiary Eye Care Services
Primary, Secondary and Tertiary Eye Care Services
 
Optometry and Orthoptics (Laws and Acts)
Optometry and Orthoptics (Laws and Acts)Optometry and Orthoptics (Laws and Acts)
Optometry and Orthoptics (Laws and Acts)
 
IOP measurements
IOP measurementsIOP measurements
IOP measurements
 
Keratoconus
KeratoconusKeratoconus
Keratoconus
 
Corneal Diseases.docx
Corneal Diseases.docxCorneal Diseases.docx
Corneal Diseases.docx
 
Glaucoma Preventive Measurements.pptx
Glaucoma Preventive Measurements.pptxGlaucoma Preventive Measurements.pptx
Glaucoma Preventive Measurements.pptx
 
COMMUNITY OPHTHALMOLOGY.pptx
COMMUNITY OPHTHALMOLOGY.pptxCOMMUNITY OPHTHALMOLOGY.pptx
COMMUNITY OPHTHALMOLOGY.pptx
 
contact lens solution
contact lens solutioncontact lens solution
contact lens solution
 
Contact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
Contact Lens Deposits, Contact lens Aftercare, Overview of care and MaintenanceContact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
Contact Lens Deposits, Contact lens Aftercare, Overview of care and Maintenance
 
Contact Lens Intro.ppt
Contact Lens Intro.pptContact Lens Intro.ppt
Contact Lens Intro.ppt
 
Internet, Intranet and Extranet
Internet, Intranet and Extranet Internet, Intranet and Extranet
Internet, Intranet and Extranet
 

Recently uploaded

Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 

Recently uploaded (20)

Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 

Intro databases (Table, Record, Field)

  • 2. Data vs. Information  Data – a collection of facts made up of text, numbers and dates: Ali 35000 7/18/86  Information - the meaning given to data in the way it is interpreted: Mr. Ali 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? Data Information Knowledge Action Is to transform Data driven decision making
  • 4. What is a Database?  A structured collection of related data  An filing cabinet, an address book, a telephone directory, a timetable, etc.  Google and your email is a database  School Student Information System
  • 5. Basic Database Concepts  Table – A set of related records Name: Harris College: Medicine Tel: 392-5555 Name: Harris College: Medicine Tel: 392-5555 Name: Harris  Field  Record –A collection of data about an individual item –A single item of data common to all records
  • 6. An Example of a Table Records Fields Name Address Phone College Ali Lahore 392-3900 Pharmacy Harris Karachi 392-5555 Medicine Maria Islamabad 846-5656 Dental
  • 7. Different parts of a database Fields – different types of data (number or text) Records Queries Reports
  • 8. Primary Keys & Foreign Keys Name User Phone College Ali a.ali 392-3900 Pharmacy Harris h.harris 392-5555 Medicine Maria m.maria 846-5656 Dental 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 will contain no duplicates and no blank values. Foreign Keys link to data in other tables
  • 9. 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:  Which schools are in a system?  Which students are in which class?  Which classes are filling up?
  • 11. Database Options Consumer  Flat Files  Microsoft Excel - Limit of 65,536 Rows  Microsoft Access  FileMaker Pro  MySQL (Open Source)  Postgres (Open Source) Enterprise RDMS  Oracle  IBM/DB2  MS SQL-server  Sybase  Informix  Lotus Notes  MySQL (Open Source)  Postgres (Open Source)
  • 12. Input Data with Forms  A friendlier view of the database  Used for data input, menus, display and printing  Can perform Calculations and Combine fields
  • 13. Databases and the Web Accessing databases through web forms – Java programming interface (JDBC) – Embedding into HTML pages (JSP or ASP) – Access through http protocol (Web Services) Using Web document formats for data definition and manipulation – XML, XML databases and messaging systems
  • 14. 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
  • 15. SQL  Structured Query Language (SQL) is used for relational database “programming.”  it is alleged that SQL is the most commonly used programming language in the world  SQL is essentially divided into two sublanguages – Data Manipulation Language (DML) – Data Definition Language (DDL)  SELECT "column_name" FROM "table_name" – SELECT – SELECT F2Q2B, Count(*) AS TOTAL FROM FORM2 GROUP BY F2Q2B – select F2Q3, F2Q3T from form2 ORDER BY F2Q3
  • 16. 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
  • 17. XML: Extensible Markup Language  Defined by the WWW Consortium (W3C)  The ability to specify new tags, and to create nested tag structures made XML a great way to exchange data, not just documents  XML has become the basis for all new generation data interchange formats.  A wide variety of tools is available for parsing, browsing and querying XML documents/data
  • 18. XML: Extensible Markup Language <?xml version="1.0" encoding="utf-8" ?> - <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> - <channel> <title>KSU Year of Kenya Lecture Series</title> <link>http://www.kennesaw.edu/yearofkenya</link> <language>en-us</language> <copyright>Copyright 2006</copyright> <lastBuildDate>Mon, 06 Nov 2006 15:50:00 -0500</lastBuildDate> <pubDate>Mon, 06 Nov 2006 15:50:00 -0500</pubDate> <itunes:author>Kennesaw State University - Office of International Services and Programs</itunes:author> <itunes:subtitle>The 2006-2007 KSU Year of Kenya Lecture Series</itunes:subtitle>
  • 19. Data Mining Searching for novel patterns, rules or relationships in data, e.g.: – correlations – classification – clustering – Visualization

Editor's Notes

  1. We know that a database stores pieces of information or facts in an organised way. Understanding how to use and get the most out of databases requires us to understand that method of organisation.