SlideShare a Scribd company logo
1 of 24
CIS-145 Test 1 Review 10/6/2010 1
Database Collection of related data and tools to use, manage data Relational database Data stored in tables Each table stores data about one thing Common values create connections (relationships) between tables 10/6/2010 2
Fields, Records, and Tables Fields Basic unit of data represented by a column in a table datasheet Records Group of related fields or all fields related to a specific item: person, place, or thing  Each row of a datasheet represent a record Tables Group of related records 10/6/2010 3
Planning a Database What information do you want to obtain?  What data elements (fields) must you include to be able to get the information? What types of data will you enter into each field? Dates, numeric values, amounts of money, text, etc. What fields of data relate to the same basic items and belong grouped together?  How do the groups of data relate to each other?  What questions will you need the database to be able to answer?  What is the most efficient way to get data into the database tables?  10/6/2010 4
Creating Tables  Each table should contain fields that focus on data specific to one type of item Such as customers, employees, inventory, etc. Each table should have a primary key  Fields in the primary key cannot be empty (null) May be one or more fields Each generic field# heading is replaced with a descriptive field name 10/6/2010 5
Table Design Guidelines Store all necessary data Store data in smallest parts Avoid calculations 10/6/2010 6
Using Table Design View Presents a blank work area on which to enter fields Provides tools for setting data types, descriptions, and properties Enables you to change the structure and organization of fields in the table 10/6/2010 7
Entering Field Names Field names: Short but descriptive Can contain alpha-numeric characters Can contain many symbols Can contain spaces Must start with a character or symbol May use naming convention Identify table, data type, and field description 10/6/2010 8
Identifying Data Types Data types identify the kind of data to be added to a field Text Numbers Dates/Times Currency Setting a data type controls values that the field contains 10/6/2010 9
AutoNumber Fields Fields that automatically number records as you add them to a table Numbers can’t be entered or changed by user If you delete a record from a table, or cancel a new row, Access never assigns the number to any new record  10/6/2010 10
Field Property Field Size determines how much data can be stored Some data type sizes are fixed – date/time, yes/no Format controls how a value is displayed Input Mask controls which keyboard entries will be required and accepted Validation Rule sets limits on values that a field will accept Validation Rule applies regardless of how data is entered or changed Set Validation Text to explain how to correct an entry 10/6/2010 11
Entering Data into a Datasheet The new row is identified with an asterisk Press (Tab) or (Enter) to move to the next column Click the New Record button  10/6/2010 12
Saving Records Access automatically saves each record as you complete it  Edits made to records are also automatically saved 10/6/2010 13
Saving a Table Layout Each time you make a change to the layout of a table you must save it if you want to keep that layout The Save button appears on the Quick Access toolbar 10/6/2010 14
Retrieving Data Sorting features Filtering tools Find and Replace 10/6/2010 15
Using the Toggle Filter Tool After you apply a filter, clicking the Toggle Filter button removes the filter and displays all records After removing a filter, clicking the Toggle Filter button re-applies the last filter applied A ToolTip displays to let you know what action you are performing: Remove Filter or Apply Filter. 10/6/2010 16
Creating Other Database Objects Create tab of the Ribbon contains tools for creating all database objects Tools on the Ribbon are grouped by object type Multiple tools are available for each object Design View Wizards 10/6/2010 17
Forms & Reports Can create with Ribbon buttons, wizards, or design view Also have layout view where can see data and modify control layout Made up of objects call controls Bound: tied to a field in a table or query Unbound: exists only as part of form Calculated: creates a value using functions and/or fields 10/6/2010 18
Form/Report Design Need to consider layout: how will user move through controls, read and understand what’s displayed? Need to be clear, use words/phrases easily understood 10/6/2010 19
Importing Data Can create new tables from data stored in other programs Can append (add) data to existing tables External Data tab on the Ribbon contains Import tools Most import procedures use Wizards 10/6/2010 20
Creating Queries Enables you to place fields from multiple tables to display in a single datasheet Provides controls for setting criteria based upon values in multiple fields Enables you to show or hide fields containing criteria 10/6/2010 21
How Multiple Column Sorts Work Access sorts data on multiple fields from left to right Columns in a table must appear side by side when sorting in datasheet  The column on the left must be the one you want sorted first (primary sort field) 10/6/2010 22
Identifying Operators Identifies the comparison Access should perform Relational Operators include: =, >, <, <>, >=, <= Logical operators define how to tie tests together And, Or, Not Comparison operators are used with patterns Like Can compare to a list using In 10/6/2010 23
Using Wildcards Used in place of specific characters Primary wildcards used: *   Represents any number of characters ?   Represents an individual character Examples: *Graham* locates all records with graham within the text Gra?am locates all records with gra at the beginning of the field value and am at the end of the field value with only one letter between  10/6/2010 24

More Related Content

What's hot

MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPTprsmith72
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPTprsmith72
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAram SE
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013comatsg
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms accessjigeno
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
Access lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAccess lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAram SE
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Accessmcclellm
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access NotesPyi Soe
 
Access lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAccess lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAram SE
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessRai University
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessRai University
 
Access lesson05
Access lesson05Access lesson05
Access lesson05Aram SE
 

What's hot (18)

MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPT
 
Access ppt
Access ppt Access ppt
Access ppt
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying Forms
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Access lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAccess lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access Basics
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Access
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
001.general
001.general001.general
001.general
 
Access lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAccess lesson 02 Creating a Database
Access lesson 02 Creating a Database
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms access
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms access
 
Access lesson05
Access lesson05Access lesson05
Access lesson05
 

Viewers also liked (7)

121 Week 9 Nervous System
121 Week 9 Nervous System121 Week 9 Nervous System
121 Week 9 Nervous System
 
Stored procedures
Stored proceduresStored procedures
Stored procedures
 
121 Week 8 Circulatory System
121 Week 8 Circulatory System121 Week 8 Circulatory System
121 Week 8 Circulatory System
 
121 Week 7 Chapter 11 Respiratory
121 Week 7 Chapter 11 Respiratory121 Week 7 Chapter 11 Respiratory
121 Week 7 Chapter 11 Respiratory
 
121 Week 10 Musculoskeletal
121 Week 10 Musculoskeletal121 Week 10 Musculoskeletal
121 Week 10 Musculoskeletal
 
121 Week 9 Endocrine
121 Week 9 Endocrine121 Week 9 Endocrine
121 Week 9 Endocrine
 
SQL Server Stored procedures
SQL Server Stored proceduresSQL Server Stored procedures
SQL Server Stored procedures
 

Similar to CIS145 Test 1 Review

Similar to CIS145 Test 1 Review (20)

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
nithin raj ppt.ppt
nithin raj ppt.pptnithin raj ppt.ppt
nithin raj ppt.ppt
 
nnr.ppt
nnr.pptnnr.ppt
nnr.ppt
 
Chapter.10
Chapter.10Chapter.10
Chapter.10
 
Chapter.10
Chapter.10Chapter.10
Chapter.10
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
B.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessB.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms access
 
B.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessB.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms access
 
B.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms accessB.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms access
 
Database as information system
Database as information systemDatabase as information system
Database as information system
 
Cis145 Final Review
Cis145 Final ReviewCis145 Final Review
Cis145 Final Review
 
CIS145 Final Review
CIS145 Final ReviewCIS145 Final Review
CIS145 Final Review
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
Ms Access
Ms AccessMs Access
Ms Access
 
Cis145 Final Review
Cis145 Final ReviewCis145 Final Review
Cis145 Final Review
 

More from Randy Riness @ South Puget Sound Community College

More from Randy Riness @ South Puget Sound Community College (20)

3 sql overview
3 sql overview3 sql overview
3 sql overview
 
Normalization
NormalizationNormalization
Normalization
 
CIS160 final review
CIS160 final reviewCIS160 final review
CIS160 final review
 
SQL Constraints
SQL ConstraintsSQL Constraints
SQL Constraints
 
CIS 245 Final Review
CIS 245 Final ReviewCIS 245 Final Review
CIS 245 Final Review
 
Cis166 Final Review C#
Cis166 Final Review C#Cis166 Final Review C#
Cis166 Final Review C#
 
Classes and Objects
Classes and ObjectsClasses and Objects
Classes and Objects
 
CIS245 sql
CIS245 sqlCIS245 sql
CIS245 sql
 
Cis245 Midterm Review
Cis245 Midterm ReviewCis245 Midterm Review
Cis245 Midterm Review
 
CSS
CSSCSS
CSS
 
XPath
XPathXPath
XPath
 
XSLT Overview
XSLT OverviewXSLT Overview
XSLT Overview
 
Views
ViewsViews
Views
 
CIS282 Midterm review
CIS282 Midterm reviewCIS282 Midterm review
CIS282 Midterm review
 
Schemas 2 - Restricting Values
Schemas 2 - Restricting ValuesSchemas 2 - Restricting Values
Schemas 2 - Restricting Values
 
CIS 145 test 1 review
CIS 145 test 1 reviewCIS 145 test 1 review
CIS 145 test 1 review
 
XML schemas
XML schemasXML schemas
XML schemas
 
Document type definitions part 2
Document type definitions part 2Document type definitions part 2
Document type definitions part 2
 
Document type definitions part 1
Document type definitions part 1Document type definitions part 1
Document type definitions part 1
 
DOM specifics
DOM specificsDOM specifics
DOM specifics
 

Recently uploaded

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 

Recently uploaded (20)

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 

CIS145 Test 1 Review

  • 1. CIS-145 Test 1 Review 10/6/2010 1
  • 2. Database Collection of related data and tools to use, manage data Relational database Data stored in tables Each table stores data about one thing Common values create connections (relationships) between tables 10/6/2010 2
  • 3. Fields, Records, and Tables Fields Basic unit of data represented by a column in a table datasheet Records Group of related fields or all fields related to a specific item: person, place, or thing Each row of a datasheet represent a record Tables Group of related records 10/6/2010 3
  • 4. Planning a Database What information do you want to obtain? What data elements (fields) must you include to be able to get the information? What types of data will you enter into each field? Dates, numeric values, amounts of money, text, etc. What fields of data relate to the same basic items and belong grouped together? How do the groups of data relate to each other? What questions will you need the database to be able to answer? What is the most efficient way to get data into the database tables? 10/6/2010 4
  • 5. Creating Tables Each table should contain fields that focus on data specific to one type of item Such as customers, employees, inventory, etc. Each table should have a primary key Fields in the primary key cannot be empty (null) May be one or more fields Each generic field# heading is replaced with a descriptive field name 10/6/2010 5
  • 6. Table Design Guidelines Store all necessary data Store data in smallest parts Avoid calculations 10/6/2010 6
  • 7. Using Table Design View Presents a blank work area on which to enter fields Provides tools for setting data types, descriptions, and properties Enables you to change the structure and organization of fields in the table 10/6/2010 7
  • 8. Entering Field Names Field names: Short but descriptive Can contain alpha-numeric characters Can contain many symbols Can contain spaces Must start with a character or symbol May use naming convention Identify table, data type, and field description 10/6/2010 8
  • 9. Identifying Data Types Data types identify the kind of data to be added to a field Text Numbers Dates/Times Currency Setting a data type controls values that the field contains 10/6/2010 9
  • 10. AutoNumber Fields Fields that automatically number records as you add them to a table Numbers can’t be entered or changed by user If you delete a record from a table, or cancel a new row, Access never assigns the number to any new record 10/6/2010 10
  • 11. Field Property Field Size determines how much data can be stored Some data type sizes are fixed – date/time, yes/no Format controls how a value is displayed Input Mask controls which keyboard entries will be required and accepted Validation Rule sets limits on values that a field will accept Validation Rule applies regardless of how data is entered or changed Set Validation Text to explain how to correct an entry 10/6/2010 11
  • 12. Entering Data into a Datasheet The new row is identified with an asterisk Press (Tab) or (Enter) to move to the next column Click the New Record button 10/6/2010 12
  • 13. Saving Records Access automatically saves each record as you complete it Edits made to records are also automatically saved 10/6/2010 13
  • 14. Saving a Table Layout Each time you make a change to the layout of a table you must save it if you want to keep that layout The Save button appears on the Quick Access toolbar 10/6/2010 14
  • 15. Retrieving Data Sorting features Filtering tools Find and Replace 10/6/2010 15
  • 16. Using the Toggle Filter Tool After you apply a filter, clicking the Toggle Filter button removes the filter and displays all records After removing a filter, clicking the Toggle Filter button re-applies the last filter applied A ToolTip displays to let you know what action you are performing: Remove Filter or Apply Filter. 10/6/2010 16
  • 17. Creating Other Database Objects Create tab of the Ribbon contains tools for creating all database objects Tools on the Ribbon are grouped by object type Multiple tools are available for each object Design View Wizards 10/6/2010 17
  • 18. Forms & Reports Can create with Ribbon buttons, wizards, or design view Also have layout view where can see data and modify control layout Made up of objects call controls Bound: tied to a field in a table or query Unbound: exists only as part of form Calculated: creates a value using functions and/or fields 10/6/2010 18
  • 19. Form/Report Design Need to consider layout: how will user move through controls, read and understand what’s displayed? Need to be clear, use words/phrases easily understood 10/6/2010 19
  • 20. Importing Data Can create new tables from data stored in other programs Can append (add) data to existing tables External Data tab on the Ribbon contains Import tools Most import procedures use Wizards 10/6/2010 20
  • 21. Creating Queries Enables you to place fields from multiple tables to display in a single datasheet Provides controls for setting criteria based upon values in multiple fields Enables you to show or hide fields containing criteria 10/6/2010 21
  • 22. How Multiple Column Sorts Work Access sorts data on multiple fields from left to right Columns in a table must appear side by side when sorting in datasheet The column on the left must be the one you want sorted first (primary sort field) 10/6/2010 22
  • 23. Identifying Operators Identifies the comparison Access should perform Relational Operators include: =, >, <, <>, >=, <= Logical operators define how to tie tests together And, Or, Not Comparison operators are used with patterns Like Can compare to a list using In 10/6/2010 23
  • 24. Using Wildcards Used in place of specific characters Primary wildcards used: * Represents any number of characters ? Represents an individual character Examples: *Graham* locates all records with graham within the text Gra?am locates all records with gra at the beginning of the field value and am at the end of the field value with only one letter between 10/6/2010 24