SlideShare a Scribd company logo
Relational databases
Introduction
Introduction
• Most common used data format next to
spreadsheets.
• Spreadsheets relatively easily
• Research projects mostly claim data to be
stored in relational database.
• Understanding a relational structure opens
the access to many data
Relational databases - Data mining
• Exploration of data
• Prerequisite: data should be available in a
minable format - database
• Database = electronic document storing data
– Non-relational: 1 bulk system with non-related
items (eg. Msexcel files, text-documents, non-
related-tables)
– Relational: all items (tables) are linked to each
other (see further)
Relational databases
Why using a database
• Relational database:
– All your data is stored in 1 file
• Easy to retrieve data
• Easy to backup
– Data and metadata stored together
• Data ...
• Metadata: data about the data (documentation)
– Many data-files contain undocumented values:
– Species A has an abundance of 17 ( meaning of value 17?)
Relational databases
Why using a database
• All data in a good relational designed database
is only stored once:
– Example: species list  typing errors
• Nudora thorakista
• Nudora thorrakista
• Nudora thorakhista
• Nudora thorakisa
– 1 species  species richness calculation: 4
– Solution: 1 table with each species 1 record and
use it as a reference
Why using a database
• Data is much more rigid ...
– More difficult to make errors
– E.g. Sorting in excell
Relational databases
Principle - Exercise
• A practical example to understand ...
– Make a list of 15 people you know
– Make a list of all genders
– Make a list of characters and indicate for each
character whether nice or not
– Make a list of countries
• Start coupling all your lists
• You made a relational database
Relational database - biology
Species
person
Places
Sample
Country
Density
Equipment
Species
person
Places
Sample
Country
Density
Equipment
Which person was present on samplings in sweden?
Species
person
Places
Sample
Country
Density
Equipment
Which species sampled with a core occur in densities higher than 40
Variable
Var_value
Taxonomy
Photo
Literature
...
...
...
...
Relational databases
Principles
• Think before you start ...
– Structure of a database is the key to a good
dataset
– Structure has to translate the whole concept
• One look at the structure (relational scheme) should
explain the database
Relational databases - components
• Tables
– Basic structures containing the data
– Structure of table important
– ID
• Relations
– Definition of how different tables are connected
and form a sense-full unit
• Queries
– Extractions of data from database
Table designs ...
• A table consists of a series of Columns ...
• Each record as such:
– Different fields
– Design of table must be done
before data is entered
– Each field: name, data type
– Each field can also by formatted  layout
Record
ColumnField
Table designs ...
• Field types:
– Numeric – integer/double
– Text
– Date/Time
– Memo
– Autonumber  ID
– Yes/No
Excercise on field types:
• 12
• 15 jan 1988
• hallo
• 12,456
• 12:56
• Azdazdazd azdda zda azdd dad zd dadazdzd
azdazddazdd azdazd azdazd dzdzdzzd ada zzd
azdaz dda azd da az d z azdzadazd a zd a azd
azd z dd da a z a z zd d ddaa zd
• 09:89
Special field in a table: key
• A key = a unique identifier for a record
– Example: pasport number:
• Number in a database which is unique and relates to all data
about you
– Each record in a table gets also a key
– This key is used to link tables to each other
– Example:
• Nudora sp1 – id: 123776
• Nudora sp2 – id: 34688
– Advantage: species name changes: linked taxa remain
linked
Linking tables through id’s
• Storing numbers is most effecient way to store
data:
• Nudora sp1 is found in the north sea with a
density of 32
• Species 123776 is found in station 2 (North
sea) with a density of 32
• Record in table density becomes:
123776 | 2 | 32
Setting up relations between tables
• Relations: links between tables
• Connecting tables through certain fields in a
rigid way to each other
• Advantage: database becomes a strong unity
• Types of relations:
– 1 to many
– Many to many ( = 2 times 1 to many)
Examples of relations
• Table places: field country (numeric)
• Table countries – list of countries,
each country has unique id
• Relation is made between:
– Field country in places
– Field id in country
• One to many relation: 1 record in table
country linked to multiple records in places
• No deleting of countries possible
Places
Country
Examples of relations
• Many to many
• Id of sample
• Id of species
• Table density: unique combination of sample,
species ...
Species
Sample
Density
Relational databases
Queries
• All data in database:
– Next step: get it out again
– Selections on 1 table: by using filters
– Selections on multiple tables: using queries
– Queries can be saved and reused
– Queries can be the basis for new queries
Sorting on tables
• Sorting
Filtering on tables
Making a simple selection Query
• Create ... Query in design view
• Switching between views:
Making a simple selection Query
• Select the tables and/or queries needed
Making a simple selection Query
• Select the fields needed for output/selection/sorting
Making a simple selection Query
• Select the fields needed for output/selection/sorting
Making a simple selection Query
• Select the fields needed for output/selection/sorting
Making a simple selection Query
• Select the fields needed for output/selection/sorting
Making a simple selection Query
• Set the criteria
Making a simple selection Query
• Select the values to out put and add sorting
options
Output the results
• Go to datasheet view
Making a simple selection Query
• Special options ...
Exporting data
• From msaccess it is possible to export to
different formats!
• Tables, queries, ...
• Exports can be used to do further data mining:
– Through MSExcell  making graphs
– To do statistical analysis
Exporting data
Relational databases
Step by step demonstration
• Open a database
• Different items in database
• Open tables, sorting, filtering
• Table design
• Relationships
• Queries
Query operators
= equals
> Larger than
< Smaller than
>= larger than or equals
Between ... And ...
Is null
Like ...
Not like ...
Query operators
Query operators
and both true
or at least 1 true
< Smaller than
>= larger than or equals
Between ... And ...
Is null
Like ...
Not like ... >"q*" and <"u*" VOORNAAM René, Robbie, Stefan, Stijn, Tim, Tristam
="r*" or "s*" VOORNAAM Robbie, Stefan, Stijn
Intermezzo ... Design a dataset
• Research project:
– You work with 3 persons on it
– You will sample 4 times on 3 locations
– You will measure 5 environmental characteristics
– You will identify all species
– You will count them
– Extra: you will measure each specimen
– Task: design on paper how your dataset will look
like

More Related Content

What's hot (20)

PPTX
Introduction to database
Arpee Callejo
 
PPTX
Transaction management DBMS
Megha Patel
 
PPTX
OLAP & DATA WAREHOUSE
Zalpa Rathod
 
PPTX
Relational database
SanthiNivas
 
PPT
File organization 1
Rupali Rana
 
PPTX
Data Dictionary
Vishal Anand
 
PPT
SQL Queries
Nilt1234
 
PPTX
Association rule mining.pptx
maha797959
 
PPT
Data dictionary
Surbhi Panhalkar
 
PPTX
Relational model
Dabbal Singh Mahara
 
PPTX
Data warehousing
Shruti Dalela
 
PPTX
Deductive databases
Dabbal Singh Mahara
 
PDF
Relational algebra in dbms
Vignesh Saravanan
 
PPTX
Data mining
Akannsha Totewar
 
PDF
Data Models
RituBhargava7
 
PDF
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri
 
PPTX
Dbms architecture
Shubham Dwivedi
 
PPTX
Structure of dbms
Megha yadav
 
PDF
NOSQL- Presentation on NoSQL
Ramakant Soni
 
PPTX
Introduction to Database, Purpose of Data, Data models, Components of Database
kasthurimukila
 
Introduction to database
Arpee Callejo
 
Transaction management DBMS
Megha Patel
 
OLAP & DATA WAREHOUSE
Zalpa Rathod
 
Relational database
SanthiNivas
 
File organization 1
Rupali Rana
 
Data Dictionary
Vishal Anand
 
SQL Queries
Nilt1234
 
Association rule mining.pptx
maha797959
 
Data dictionary
Surbhi Panhalkar
 
Relational model
Dabbal Singh Mahara
 
Data warehousing
Shruti Dalela
 
Deductive databases
Dabbal Singh Mahara
 
Relational algebra in dbms
Vignesh Saravanan
 
Data mining
Akannsha Totewar
 
Data Models
RituBhargava7
 
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri
 
Dbms architecture
Shubham Dwivedi
 
Structure of dbms
Megha yadav
 
NOSQL- Presentation on NoSQL
Ramakant Soni
 
Introduction to Database, Purpose of Data, Data models, Components of Database
kasthurimukila
 

Viewers also liked (20)

PPT
Bis Chapter3
Chun Hoi Lam
 
PPT
Raj mysql
firstplanet
 
PPT
Access Ch4 Creating Reports And Forms (Jy)
Chun Hoi Lam
 
PDF
MySQL Best Practices - OTN
Ronald Bradford
 
PPT
Relational Databases
Jason Hando
 
PPTX
Comparing free software for spatial DBMSs
Smirnov Sergey
 
PPTX
Chapter 7 relation database language
Jafar Nesargi
 
PPTX
Relational Database Management System
Mian Abdul Raheem
 
PPT
Chapter2
Bahcesehir Uni
 
PPT
Mca ii-dbms- u-i-introductory concepts of dbms
Rai University
 
PPT
Database Management System
Varun Arora
 
PPT
MYSQL
Ankush Jain
 
PPT
Introduction to Database Concepts
Rosalyn Lemieux
 
PPT
Chapter25
gourab87
 
PPT
Open source software vs proprietary software
Lavan1997
 
PPTX
RDBMS
PriyangaRajaram
 
PPT
Rdbms
tech4us
 
PDF
Introduction to RDBMS
Sarmad Ali
 
PPT
DBMS an Example
Dr. C.V. Suresh Babu
 
Bis Chapter3
Chun Hoi Lam
 
Raj mysql
firstplanet
 
Access Ch4 Creating Reports And Forms (Jy)
Chun Hoi Lam
 
MySQL Best Practices - OTN
Ronald Bradford
 
Relational Databases
Jason Hando
 
Comparing free software for spatial DBMSs
Smirnov Sergey
 
Chapter 7 relation database language
Jafar Nesargi
 
Relational Database Management System
Mian Abdul Raheem
 
Chapter2
Bahcesehir Uni
 
Mca ii-dbms- u-i-introductory concepts of dbms
Rai University
 
Database Management System
Varun Arora
 
Introduction to Database Concepts
Rosalyn Lemieux
 
Chapter25
gourab87
 
Open source software vs proprietary software
Lavan1997
 
Rdbms
tech4us
 
Introduction to RDBMS
Sarmad Ali
 
DBMS an Example
Dr. C.V. Suresh Babu
 
Ad

Similar to Relational databases (20)

PPTX
Data mining – introduction
Fiddy Prasetiya
 
PPTX
Introduction to ms access database
Obuasi Senior High Technical School
 
PPTX
Presentation DBMS (1)
Ali Raza
 
PPTX
unit 1.pptx for advanced cloud computing unit
akastiyan23
 
PPTX
Module 3 Database systems for DIPLOMA.pptx
makinikanasi
 
PPTX
GRADE 10 MS ACCESS.pptxdadadadadadadadada
rohanocana22
 
PPTX
Unit I Database concepts - RDBMS & ORACLE
DrkhanchanaR
 
PPT
demo2.ppt
crazyvirtue
 
PPT
1.1 introduction to Data Structures.ppt
Ashok280385
 
PPTX
presentation on how database concepts works.pptx
ChinthuJP1
 
PPTX
Week - 06, 07, 08 DataMgt Chapter 3.pptx
TALHA RIAZ PERSOTA
 
PDF
Database Indexes
Sperasoft
 
PPT
Advanced archgis 2006 panda Lecture3.ppt
ShafiqullahRahmani
 
PDF
chapter09 -Programming Data Structures.pdf
satonaka3
 
PPT
Main MeMory Data Base
Siva Rushi
 
PPTX
Chapter 9 Data Design .pptxInformation Technology Project Management
AxmedMaxamuudYoonis
 
PPTX
dsa.pptx
Dr.Shweta
 
PDF
chapter09-120827115409-phpapp01.pdf
AxmedMaxamuud6
 
PPT
1.Databases for bioinformatics and its types
DrBeenishAftab
 
PPTX
05-Understanding RDBMS notes for e .pptx
MaheshMutnale1
 
Data mining – introduction
Fiddy Prasetiya
 
Introduction to ms access database
Obuasi Senior High Technical School
 
Presentation DBMS (1)
Ali Raza
 
unit 1.pptx for advanced cloud computing unit
akastiyan23
 
Module 3 Database systems for DIPLOMA.pptx
makinikanasi
 
GRADE 10 MS ACCESS.pptxdadadadadadadadada
rohanocana22
 
Unit I Database concepts - RDBMS & ORACLE
DrkhanchanaR
 
demo2.ppt
crazyvirtue
 
1.1 introduction to Data Structures.ppt
Ashok280385
 
presentation on how database concepts works.pptx
ChinthuJP1
 
Week - 06, 07, 08 DataMgt Chapter 3.pptx
TALHA RIAZ PERSOTA
 
Database Indexes
Sperasoft
 
Advanced archgis 2006 panda Lecture3.ppt
ShafiqullahRahmani
 
chapter09 -Programming Data Structures.pdf
satonaka3
 
Main MeMory Data Base
Siva Rushi
 
Chapter 9 Data Design .pptxInformation Technology Project Management
AxmedMaxamuudYoonis
 
dsa.pptx
Dr.Shweta
 
chapter09-120827115409-phpapp01.pdf
AxmedMaxamuud6
 
1.Databases for bioinformatics and its types
DrBeenishAftab
 
05-Understanding RDBMS notes for e .pptx
MaheshMutnale1
 
Ad

More from Fiddy Prasetiya (20)

PPTX
Water pollution in indonesia
Fiddy Prasetiya
 
PPT
Impact of aquaculture activity on phytoplankton diversity in djuanda reservoi...
Fiddy Prasetiya
 
PPTX
Diversity copepods in deep sea coral
Fiddy Prasetiya
 
PPT
Assessment sg detection by remote sensing
Fiddy Prasetiya
 
PPTX
Rq evaluation
Fiddy Prasetiya
 
PPT
Lecture toxicity testing
Fiddy Prasetiya
 
PPT
Era2010
Fiddy Prasetiya
 
PPTX
Oceangraphic data formats
Fiddy Prasetiya
 
PPTX
Data policies
Fiddy Prasetiya
 
PPTX
Data management principles
Fiddy Prasetiya
 
PPT
Vliz poster fiddy
Fiddy Prasetiya
 
PPT
Water quality degradation & cyanobacterial blooms
Fiddy Prasetiya
 
PPT
Sea bird mortality at cabo san luca: presentation_fiddy
Fiddy Prasetiya
 
PPT
Primary production in Spuikom lagoon, Belgium
Fiddy Prasetiya
 
PPT
Study on the behavior of the heavy metals
Fiddy Prasetiya
 
PPT
Benthic fauna of the inner part of ariake
Fiddy Prasetiya
 
PPTX
Allelopatic haslea ostrearia on different species of diatoms
Fiddy Prasetiya
 
PPT
2 presentasi pemulihan lahan borobudur 01 juni 2011 ya
Fiddy Prasetiya
 
PPT
2 proper 01 juni 2011 rt ok
Fiddy Prasetiya
 
PPT
2 kriteria plb3 agro & hasil 01 juni 2011 hh ok.ppt
Fiddy Prasetiya
 
Water pollution in indonesia
Fiddy Prasetiya
 
Impact of aquaculture activity on phytoplankton diversity in djuanda reservoi...
Fiddy Prasetiya
 
Diversity copepods in deep sea coral
Fiddy Prasetiya
 
Assessment sg detection by remote sensing
Fiddy Prasetiya
 
Rq evaluation
Fiddy Prasetiya
 
Lecture toxicity testing
Fiddy Prasetiya
 
Oceangraphic data formats
Fiddy Prasetiya
 
Data policies
Fiddy Prasetiya
 
Data management principles
Fiddy Prasetiya
 
Vliz poster fiddy
Fiddy Prasetiya
 
Water quality degradation & cyanobacterial blooms
Fiddy Prasetiya
 
Sea bird mortality at cabo san luca: presentation_fiddy
Fiddy Prasetiya
 
Primary production in Spuikom lagoon, Belgium
Fiddy Prasetiya
 
Study on the behavior of the heavy metals
Fiddy Prasetiya
 
Benthic fauna of the inner part of ariake
Fiddy Prasetiya
 
Allelopatic haslea ostrearia on different species of diatoms
Fiddy Prasetiya
 
2 presentasi pemulihan lahan borobudur 01 juni 2011 ya
Fiddy Prasetiya
 
2 proper 01 juni 2011 rt ok
Fiddy Prasetiya
 
2 kriteria plb3 agro & hasil 01 juni 2011 hh ok.ppt
Fiddy Prasetiya
 

Recently uploaded (20)

PDF
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
PDF
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
PPTX
MSP360 Backup Scheduling and Retention Best Practices.pptx
MSP360
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PDF
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
Hironori Washizaki
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
PDF
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
MSP360 Backup Scheduling and Retention Best Practices.pptx
MSP360
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
Hironori Washizaki
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 

Relational databases

  • 2. Introduction • Most common used data format next to spreadsheets. • Spreadsheets relatively easily • Research projects mostly claim data to be stored in relational database. • Understanding a relational structure opens the access to many data
  • 3. Relational databases - Data mining • Exploration of data • Prerequisite: data should be available in a minable format - database • Database = electronic document storing data – Non-relational: 1 bulk system with non-related items (eg. Msexcel files, text-documents, non- related-tables) – Relational: all items (tables) are linked to each other (see further)
  • 4. Relational databases Why using a database • Relational database: – All your data is stored in 1 file • Easy to retrieve data • Easy to backup – Data and metadata stored together • Data ... • Metadata: data about the data (documentation) – Many data-files contain undocumented values: – Species A has an abundance of 17 ( meaning of value 17?)
  • 5. Relational databases Why using a database • All data in a good relational designed database is only stored once: – Example: species list  typing errors • Nudora thorakista • Nudora thorrakista • Nudora thorakhista • Nudora thorakisa – 1 species  species richness calculation: 4 – Solution: 1 table with each species 1 record and use it as a reference
  • 6. Why using a database • Data is much more rigid ... – More difficult to make errors – E.g. Sorting in excell
  • 7. Relational databases Principle - Exercise • A practical example to understand ... – Make a list of 15 people you know – Make a list of all genders – Make a list of characters and indicate for each character whether nice or not – Make a list of countries • Start coupling all your lists • You made a relational database
  • 8. Relational database - biology Species person Places Sample Country Density Equipment
  • 12. Relational databases Principles • Think before you start ... – Structure of a database is the key to a good dataset – Structure has to translate the whole concept • One look at the structure (relational scheme) should explain the database
  • 13. Relational databases - components • Tables – Basic structures containing the data – Structure of table important – ID • Relations – Definition of how different tables are connected and form a sense-full unit • Queries – Extractions of data from database
  • 14. Table designs ... • A table consists of a series of Columns ... • Each record as such: – Different fields – Design of table must be done before data is entered – Each field: name, data type – Each field can also by formatted  layout Record ColumnField
  • 15. Table designs ... • Field types: – Numeric – integer/double – Text – Date/Time – Memo – Autonumber  ID – Yes/No
  • 16. Excercise on field types: • 12 • 15 jan 1988 • hallo • 12,456 • 12:56 • Azdazdazd azdda zda azdd dad zd dadazdzd azdazddazdd azdazd azdazd dzdzdzzd ada zzd azdaz dda azd da az d z azdzadazd a zd a azd azd z dd da a z a z zd d ddaa zd • 09:89
  • 17. Special field in a table: key • A key = a unique identifier for a record – Example: pasport number: • Number in a database which is unique and relates to all data about you – Each record in a table gets also a key – This key is used to link tables to each other – Example: • Nudora sp1 – id: 123776 • Nudora sp2 – id: 34688 – Advantage: species name changes: linked taxa remain linked
  • 18. Linking tables through id’s • Storing numbers is most effecient way to store data: • Nudora sp1 is found in the north sea with a density of 32 • Species 123776 is found in station 2 (North sea) with a density of 32 • Record in table density becomes: 123776 | 2 | 32
  • 19. Setting up relations between tables • Relations: links between tables • Connecting tables through certain fields in a rigid way to each other • Advantage: database becomes a strong unity • Types of relations: – 1 to many – Many to many ( = 2 times 1 to many)
  • 20. Examples of relations • Table places: field country (numeric) • Table countries – list of countries, each country has unique id • Relation is made between: – Field country in places – Field id in country • One to many relation: 1 record in table country linked to multiple records in places • No deleting of countries possible Places Country
  • 21. Examples of relations • Many to many • Id of sample • Id of species • Table density: unique combination of sample, species ... Species Sample Density
  • 23. Queries • All data in database: – Next step: get it out again – Selections on 1 table: by using filters – Selections on multiple tables: using queries – Queries can be saved and reused – Queries can be the basis for new queries
  • 26. Making a simple selection Query • Create ... Query in design view • Switching between views:
  • 27. Making a simple selection Query • Select the tables and/or queries needed
  • 28. Making a simple selection Query • Select the fields needed for output/selection/sorting
  • 29. Making a simple selection Query • Select the fields needed for output/selection/sorting
  • 30. Making a simple selection Query • Select the fields needed for output/selection/sorting
  • 31. Making a simple selection Query • Select the fields needed for output/selection/sorting
  • 32. Making a simple selection Query • Set the criteria
  • 33. Making a simple selection Query • Select the values to out put and add sorting options
  • 34. Output the results • Go to datasheet view
  • 35. Making a simple selection Query • Special options ...
  • 36. Exporting data • From msaccess it is possible to export to different formats! • Tables, queries, ... • Exports can be used to do further data mining: – Through MSExcell  making graphs – To do statistical analysis
  • 39. Step by step demonstration • Open a database • Different items in database • Open tables, sorting, filtering • Table design • Relationships • Queries
  • 40. Query operators = equals > Larger than < Smaller than >= larger than or equals Between ... And ... Is null Like ... Not like ...
  • 42. Query operators and both true or at least 1 true < Smaller than >= larger than or equals Between ... And ... Is null Like ... Not like ... >"q*" and <"u*" VOORNAAM René, Robbie, Stefan, Stijn, Tim, Tristam ="r*" or "s*" VOORNAAM Robbie, Stefan, Stijn
  • 43. Intermezzo ... Design a dataset • Research project: – You work with 3 persons on it – You will sample 4 times on 3 locations – You will measure 5 environmental characteristics – You will identify all species – You will count them – Extra: you will measure each specimen – Task: design on paper how your dataset will look like