Database Vocabulary Terms.

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Database Management Systems and Enterprise Software
Computer Concepts BASICS 4th Edition
UNDERSTANDING WHICH QUERY FIELDS TO USE Certain fields in the FMIS database have been indexed to improve the timeliness of executed queries. Each query.
Concepts of Database Management Seventh Edition
Concepts of Database Management Sixth Edition
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database Software Application
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
DBMS Database Management Systems. DBMS  A collection of programs that enables you to store, modify, and extract information from a database. There are.
Database Types of database programs Charles w. Bachman Well- Designed Databases Database Management Systems Types of database programs Daabase Techniques.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
How could the database be most efficiently searched to find all of the inventions of Samuel Morse? A. Inventor = "Morse" C. Invention = "telegraph" B.
1 Data List Spreadsheets or simple databases - a different use of Spreadsheets Bent Thomsen.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Relational Databases (MS Access)
Concepts of Database Management Seventh Edition
Key Applications Module Lesson 21 — Access Essentials
Microsoft Access 2000 Presentation 1 The Basics of Access.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
ITGS Databases.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Chapter 6 Creating, Sorting, and Querying a Table
WHAT IS A DATABASE? A database is an organized collection of related information.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
Database Objective Demonstrate basic database concepts and functions.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Microsoft Access Database Creation and Management.
Databases Competency Explain advanced database concepts and functions.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
Databases.
GO! with Microsoft Office 2016
Lesson 23 Managing and Reporting Database Information
DATABASE CONCEPTS A database is a collection of logically related data designed to meet the information needs of one or more users Data bases are store-houses.
GO! with Microsoft Access 2016
Microsoft Office Illustrated Fundamentals
Database Management  .
GO! with Microsoft® Access e
Business Application Development
Introduction to Database Programs
Navya Thum January 30, 2013 Day 5: MICROSOFT EXCEL Navya Thum January 30, 2013.
Database Fundamentals
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
Introduction to Access
Lesson 24 Managing and Reporting Database Information
The ultimate in data organization
BUSINESS COMPUTER TECHNOLOGY
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Introduction to Database Programs
PowerPoint Notes Databases.
Bent Thomsen Institut for Datalogi Aalborg Universitet
BUSINESS COMPUTER TECHNOLOGY
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
Presentation transcript:

Database Vocabulary Terms

DATABASE Often abbreviated DB. A collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a it as an electronic filing system. Traditional they are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone book is analogous to a file. It contains a list of records, each of which consists of three fields: name, address, and telephone number.

FIELD(S) A space allocated for a particular item of information. A tax form, for example, contains a number of these: one for your name, one for your Social Security number, one for your income, and so on. In database systems, these are the smallest units of information you can access. Most of these have certain attributes associated with them. For example, some fields are numeric whereas others are textual, some are long, while others are short. In addition, every one of these has a name.

RECORD(S) In database management systems, a complete set of information. They are composed of fields, each of which contains one item of information. A set of these constitutes a file. For example, a personnel file might contain a set of these that have three fields: a name field, an address field, and a phone number field.

DATA ENTRY The process of entering data into a computerized database or spreadsheet. It can be performed by an individual typing at a keyboard or by a machine entering data electronically.

LIST To display data in an ordered format. Any ordered set of data.

SORT A term used to describe the process of organizing data in a particular order allowing for information to be found easier. For example, names and contact information may be organized in alphabetical order to allow the person looking for a name to quickly see if it is available.

ASCENDING/ ALPHABETICAL / NUMERICAL An order of information from lowest to highest, such as 1,2,3,4,5,6,7,8,9,10 OR A,B,C,D,E,F. . .

DESCENDING An order of information from highest to lowest, such as 10, 9, 8. 7, 6, 5, 4, 3, 2, 1 OR Z,Y, X, W, V, U. . .

KEYWORD In text editing and database management systems, this is an index entry that identifies a specific record or document. A word used by a search engine in its search for relevant Web pages.

SEARCH/ FILTER/ QUERY A pattern through which data is passed. Only data that matches the pattern is allowed to pass through the this action. To make a request for information from a database.

DATABASE SEARCH STRATEGY A request for information from a database. There are three general methods for posing filters (queries): Choosing parameters from a menu: In this method, the database system presents a list of parameters from which you can choose. This is perhaps the easiest way to pose a filter (query) because the menus guide you, but it is also the least flexible. Query by example (QBE): In this method, the system presents a blank record and lets you specify the fields and values that define the filter (query).

OPERATIONS Comparison: <, >,=, < >,<=, >=, is empty, is not empty.

REPORTS A formatted and organized presentation of data. Most database management systems include a writer that enables you to design and generate these.

LAYOUT In database management systems, this refers to the way information is displayed. You can change this by selecting different fields.

FORMAT A specific pre-established arrangement or organization of data. Data in a file is stored in this way and is established by whatever application created the file (i.e., organized the data) and typically needs to be read by the same or similar program that can interpret the this and present the data to the user on the computer screen.

CRITERIA This allows you to specify filtering (query) options — such as which data columns to display, how to order the results, and what rows to select — by entering your choices into a spreadsheet-like grid.

ONE CRITERION You can specify the data rows that appear in your filter (query) by specifying search conditions. You must specify search conditions using an expression. Most commonly the expression consists of an operator and a search value. OPERATORS: =, <, >, etc. For example, to find all the counties that have at least 5,000 people, you would use a comparison of > (greater than).

OPERATORS: =, <, >, etc. MULTIPLE CRITERION You can specify the data rows that appear in your filter (query) by specifying search conditions. This will have more than one condition and utilize more than one field. You will use operators and connectors. OPERATORS: =, <, >, etc. CONNECTORS: AND, OR For example, to find all the animals that have : HEART CHAMBERS >(greater than) 3,AND, SIZE(IN.) = (equal to) 96

CITE SOURCES The ethics of research demand that writers be credited for their work and their writing. Not to do so is to plagiarize, to intentionally or unintentionally appropriate the ideas, language, or work of another without sufficient acknowledgement that such material is not one's own.

RELATIONAL DATABASE A type of database management system that stores data in the form of related tables. These are powerful because they require few assumptions about how data is related or how it will be extracted from the database. As a result, the same database can be viewed in many different ways.