1. What are the basic components of a database? The end user data, metadata, and entities (primary and foreign keys).
2. What is a DBMS, and what are its functions? It stands for Data base Management Systems. It is a collection of programs that manages database structures and controls access to data. 3. What is the use of the primary key in a table? Can a table have more than one primary key? The primary key of a relational table uniquely identifies each record in the table. You can only have one primary key, but you can have multiple columns in your primary key.
4. Define a data model. It is a fairly simple representation, usually graphical, of real-world data structures. It is the blueprint for a successful database.
5. Define a relational database.
It is a database structured to recognize relations among stored items of information.
6. List the three components of a data model. Entity, attribute, and relationship are the main components.
True or False:
1. Data constitutes the building blocks of processing.
T F
2. The DBMS makes data management more efficient.
T F
3. The DBMS serves as an intermediary between the end user and the database.
T F
4. The structure of the contents of a database does not need to be designed carefully.
T F
5. Having fields stored in one location produces data redundancy.
T F
6. Relations are related to each other by sharing a common entity characteristic.
T F
7. An entity is a person, place, or thing about which data are to be collected and stored.
T F
8. There are five types of relationships that exist between entities.
T F
9. Business rules help you determine the relationships that exist between entities.
T F
Complete each sentence or statement.
1. “Raw” facts, such as a telephone number, a birth date, or a customer name, are also referred to as end user data_________________.
2. A logically connected or logically related set of one or more fields that describes a specific item is referred to as a(n) ___information______________.
3. A collection of related records is referred to as a(n) ___file_________________.
4. A set of one or more fields that describe a person, place, or thing is a(n) ____record________________
5. A poorly designed database can become a breeding ground for ____data redundancy________________, that is, unnecessarily duplicated data.
6. A(n) __entity__________________ is a person, place, or thing about which information is stored.
1. Research current RDBMS products on the Internet. Prepare a short report (1 page) describing the products you found and a short description of each. Include at least three RDBMS products, each from a different manufacturer. (Cite you sources).
MySQL – MySQL by Microsoft, is a Relational Database Management System (RDBMS), and ships with no GUI tools to administer MySQL databases or manage data contained within the databases. Users may use the included command line tools, or use MySQL "front-ends", desktop software and web applications that create and manage MySQL databases, build database structures, back up data, inspect status, and work with data records.The official set of MySQL front-end tools, MySQL Workbench is actively developed by Oracle, and is freely available for use. As part of LAMP (Linux, Apache, MySQL, PHP / Perl / Python), MySQL is a key a fast-growing open source enterprise software stack. More and more companies are being more aped
Related Documents: Essay on Database and Primary Key
the database, such as a table or a field. N-tuple – in mathematics, an ordered set of n elements called its components or coordinates. Relation Schema – It is representation of database highlighting relationships that we have created. Relation State – set of tuples that have the same attributes. Degree of a relation – number of attributes n of its relation schema. Relational Database Schema – Tables, columns and relationships that make up a relational database. Relational database state…
Introduction to MySQL Working with Database Introduction to MySQL Creating Tables Altering Tables Dropping Tables Queries • Database can be created in two way: – Using PHPMyAdmin – Using SQL command 1 __________________________ 2 _________________________ ____________________________ ___________________________ ____________________________ ___________________________ ____________________________ ___________________________ ____________________________ ___________________________…
two domains Can think of key as a constraint on a relation – to be unique, in that you cannot have more than one primary key Candidate key – Set of attributes that form a key, no proper subset of this set of attributes forms a key. Can have many candidate keys only one can be a primary key – chosen to be that A superkey 2. Must also have the following attributes: no proper subset of a candidate key can be a key Candidate key of R – Set of attributes that form a key, no proper subset of this set…
information model is a database configuration process which serves to distinguish and sort out the information consistently and physically. An information model advises what data to be spoken to in a database and how the data is utilized and how the things within the database will be identified with one another. An entity relationship model (ERM) is a hypothetical and calculated method for demonstrating information connections in programming improvement. ERM is a database displaying procedure that…
DATABASE FINAL EXAM: What does the update command do? It allows you to update data. What do the inner/full outer join commands do? The INNER JOIN keyword selects all rows from both tables as long as there is a match between the columns in both tables. The FULL OUTER JOIN keyword returns all rows from the left table (table1) and from the right table (table2). The FULL OUTER JOIN keyword combines the result of both LEFT and RIGHT joins. What does the Alias command do? SQL aliases are used to…
Database Design Life Cycle Requirements Analysis The end state of this database is that the supervisor and forensic examiners of the digital forensics unit will be able to access both historical and current data on the forensics examinations processed thought the forensics lab. Statistical data will be available as it relates to the types of crimes that require digital forensic examinations, if there are cases that involve repeat offenders and the success rate of closed cases. Design Conceptual…
event. c. Row- one instant in a table is a prim. d. Primary key- some data elements that is customized in a row. Like SSN. e. Foreign key- a data element in a related table that is from a “foreign” table. f. Compound primary key- are two or more primary keys are combined together makes a ‘compound’ key. g. Query- is a function that seeks out questions posted in the database. h. Entity- is an event or characteristic of something that a database will contain. I. Attribute- are “characteristics”…
Databases: Concept, Design, and Functionality A relational database is a maintained collection of separate, related tables containing data stored in fields (columns) called attributes and records (rows) called records (Definition Rel DB, 2014). Relationships between the tables are created by utilizing a common field or key. Keys are data points used to identify unique values or records within tables, and provide a logical method to access a record within the table (Gilfillan, 2002).…
model with the diagram for the relational database design in the following. The ERD models, a given problem in terms of its essential elements and the interactions between those elements in a problem domain. The ERD can serve as the basis for databases, which store data about the problem domain,…