Information Systems And Databases Flashcards
Full Marks
What is the logical structure of a flat file database?
A flat file database is comprised of a file, made up of one table, with multiple records related to the same item, fields in each item related to a discrete piece of information (Name)
What is a DBMS?
A database management system is the program that manages a database. This allows for the linking of entities, searching and sorting features, etc.
What is a record
A record is collection of fields, related by the fact that they are collection of data about a particular thing. For example, a record in a database might represent a record of a book. In the database then, the fields would be author, book title, isbn etc
What is a field?
A piece of data about a thing, within a database, made up if characters. A collection of fields about one object is a record.
What is a character?
A single character entered via keyboard, combined into words
What are the two types of queries in a database?
QBE and SQL
What is QBE
Query by example, is when you search a database by entering in a sample of data, and the database searches for similar records
What is SQL?
Structured query language, which is a searching language used to query a database
What is the structure of an SQL command?
SELECT fields
FROM table
WHERE criteria
ORDERBY field ASC
Define collecting
Inputting data into the system, preparing data for entry
Define organising
Preparing data for the other information processes
What is analysing?
Structuring data to give meaning to people. Turns data into information
What is storing and retrieving
Saving data for later, then being able to access that data when necessary.
What is transmitting and receiving
Involved with transfer of data within or between systems
What is processing?
Updating, maintaining data within the system