DATABASE Flashcards
Raw Facts
Data
Result of processing raw data to reveal meaning
Information
Must be formatted for storage, processing, and presentation.
Raw Data
Are the foundation of information, which is the bedrock of knowledge.
Data
Shares, integrated computer structure that stores a collection of end user data and metadata.
Database
Raw facts of interest to end user.
End-user data
Data about data.
It provides description of data characteristics and relationships in data.
Complements and expands value of data.
Metadata
What does DBMS stands for?
Database Management System
It lets you create a database.
‘Add, change, delete, sort, and view the data in a database.
DBMS
When and where did DBMS created?
1990’s Sweden
Software whose source code is freely and publicly available.
Open source software
Is a free and open-source cross-platform web server solution package developed by Apache Friends.
XAMPP
XAMPP stands for
X-operating system, Apache, Mysql, Php, Perl
Consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.
XAMPP
View data logically rather than physically
Relational model
Structural and data independence
Resembles a file conceptually
Table
Is easier to understand than hierarchical and network models
Relational database model
Perceived as a two-dimensional structure composed of rows and columns
Table
Represents a single entity occurrence within the entity set.
Table row
Represents an attribute, and each column has a distinct name.
Table column
TRUE or FALSE
Each intersection of a row and column represents a single data value.
TRUE
TRUE or FALSE
All values in a column must conform to the same data format.
TRUE
Each column has a specific range of values known as the
Attribute Domain
TRUE or FALSE
The order of the rows and columns is important to the DBMS.
FALSE
The order of the rows and columns is immaterial to the DBMS.
TRUE or FALSE
Each table must have an attribute or combination of attributes that uniquely identifies each row.
TRUE