Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 36 terms

TermDefinition
databasea database is a collection of interrelated data items that are managed as a single unit
relational databaseA collection of tables, the relationships between them, and auxiliary items such as views and stored procedures. The tables are organized according to the principles first described by E.F. Codd.
DBMSdatabase management system, System—the computer software that organizes the data on computers and manages access to it. Examples include Oracle, MySql, DB2, and Microsoft's SQL Server (for large-scale databases) and Access (for smaller databases).
three anomaliesinsert, update, delete, These are caused by trying to store information about more than one entity in a single table.
two categories of modern databasesonline transaction processing, online analytical processing spend more time on OLTP
OLAPdatabase , historical, not for day to day operations
designing a tabledefining the columns in the table
adding rowsis populating the table
to design a columngive it a legal name, datatype, and sometimes constraints
candidate keysfields that could serve as primary keys Ex. studentId, ssn,...
compound keyscombination of two or more fields can serve as the primary key
natural keyshould use, if not one use surrogate
relationa set of ordered tuples, relations are represented by tables in databases
entityA generic noun, representing a class of things, but not one particular thing
Attribute, Field, ColumnProperties possessed by entities. These are known as "fields" or "columns" in database tables.
Tuple, Record, RowThe theorist's "tuple" becomes a "record" or "row" in a database table
OLTPdesigned for frequent changes, requires 3NF,
NormalizationModifying the design of a database so that its tables are in 3NF.
Table DesignDefining the fields that make up a table, including identifying data types and assigning primary keys.
ConstraintA restriction on values that can be entered into a column. Setting the data type is one type of constraint; adding numeric ranges or min/max text lengths is another; and primary and foreign keys are a third type of constraint
Primary KeyOne or more columns in a table which (together) uniquely identify a row (distinguish it from all others in the table).
Simple KeyA primary key consisting of one field
Compound KeyA primary key consisting of two or more fields.
Natural KeyA pre-existing or ready-made field which can serve as the primary key for a table.
Surrogate KeyA field (usually numeric) added to a table as the primary key when no natural keys are available.
Foreign Keya field (or fields) in a table that is not the primary key in that table, but IS the primary key in another table.
Referential IntegrityThis is a property of a relationship in Access which tells Access to take the relationship seriously by enforcing the foreign-key constraint. Entering a value in the foreign-key column of one table will require that that value already exist in the primary-key column of the other.
Intersection TableA table used to implement a many-to-many relationship. The primary key of the intersection table is the combination of the primary keys of the two related tables.
DQLData Query Language, involves retrieving data from the database using the SELECT statement
DMLData Manipulation Language, involves changing the records in a database using INSERT, UPDATE, and DELETE statements.
queryquestion or request posed by a database
functionfunction FedTax(income as single), FedTax=income*.06, End Function
to declare a variabledim income as double
IF LOOPIf (a=b) then....End IF
SELECT CASESelect case XXX, case is > y: XXX="fafsd", case else:XXX"", end select
Visual Basic IDEsmenu, toolbars, toolbox, form designer, solution explorer, properties, error list

Set Information

Terms 36
Creator poorvimo
Created October 19, 2009
Groups None
Subjects None
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.