• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back
What does FROM do?
FROM - selects the table you which to extract data from
What does SELECT do?
SELECT - takes the data from the nominated table
What does WHERE do?
WHERE - allows the user to specify what they want to search for (the search criteria)
Describe what a Flat-file Databse is?
All of the data is recorded in one table or file. Suitable for small databases.
Can only manage one database at a time
Describe what a Relational Database is.
A set of tables in a database that are linked to each other. Allows you to manage and use several separate databases. Called relational because it's a type of database that allows you build relationships between different tables and databases.
What is a Primary Key?
It is a field that is used to uniquely identify a record in a table or relational database. The data is not replicated anywhere else in the database and it cannot be a null value (blank).
What is a Foreign Key?
A primary key in one table, but a secondary key field in another table. It's used to establish a relationship between two or more tables. They cannot exist in a flat file database and only found in relational databases.
A Schema or Schematic Diagram is.....
An organised plan of the entire database that shows the tables, the fileds of the tables, and the relationships between them.
What is the difference between Entities and Attributes in a schema?
Entities are the Tables in a database. Attributes are the Fields in the tables.
A relationship occurs when each record in the first entity (table) is related to exactly one record in the second entity (table)
One-to-one
A relationship occurs when one record in the first entity (table) is related to many records in the second entity (table), but any record in the second entity (table) only relates to one record in the first entity (table).
One-to-many
A relationship occurs when each record in the first entity (table) is related to many records in the second entity (table), and each record in the second entity (table) is related to many records in the first entity (table).
Many-to-many
A type of access method used when accessing a storage medium such as magnetic tape.
Sequential Access
A type of access method used when accessing a storage medium such as magnetic disk, CD's or flash drives
Direct Access
A database that is located, stored, and maintained in a single location.
Centralised Database
A database located at more than one site that acts as a single collection of data, but is geographically dispersed.
Distributed Database
There are 6 relational operators used in SQL. What are they?
Equal to =Not equal to <>Less than Less than and equal to <=Greater than and equal to >=
What is Data Mining?
It is the process of looking for trends in the data stored in databases. It discovers patternsthat predict future behaviour based on past trends. Patterns may be coincidental or have no real world significance. This is able to occur as a result of improvement in technology.
Three generations of backup master files
Grandfather - Oldest backupFather - Second Oldest bacjupSon - Newest backup
Disadvantages of paper records
Paper deteriorates over timeBulky to storeData cannot be altered or deleted easilyData can only be sorted by one field
Describe Batch Transaction Processing
Collects data in a group and processes at a later time.
Describe Real Time Processing
As data is collected, it is processed immediately, providing instant confirmation.
Describe what a Decision Support System does
Takes data from TPS, MIS and data from external sourcesto make decisions
Name 5 different information technologies
Networked Computers, Keyboards, Monitors, EFTPOS machines, Barcode Scanners, LAN/WAN, Printers, Photocopiers, Camera, Variety of software.
Name 5 different office automation systems
Word Processors, DBMS software, Voice Mail/E-mail, Scheduling Software, Spreadsheets, DTP software
What are some advantages of computer- based information systems over manual systems?
Considerably faster, Data does not have to be in a set order, Data management is much faster, Data can be exchanged easily between applications and over networks, Easily edited and can store large amounts of data.
What is a DBMS
Database Management system