Follow and like us on our Facebook page where we post on the new release subject and answering tips and tricks to help save your time so that you can never feel stuck again.
Shortcut

Ctrl + F is the shortcut in your browser or operating system that allows you to find words or questions quickly.

Ctrl + Tab to move to the next tab to the right and Ctrl + Shift + Tab to move to the next tab to the left.

On a phone or tablet, tap the menu icon in the upper-right corner of the window; Select "Find in Page" to search a question.

Share Us

Sharing is Caring

It's the biggest motivation to help us to make the site better by sharing this to your friends or classmates.

Fundamentals of Database System

Introduces database concepts, including relational databases, tables and data types, data selection and manipulation, views, stored procedures, and more.

elmasri navathe

spreadsheet

ramez elmasri

system fundamentals

computer science

information technology

functions

normalization

constraints

indexes

security

backup

restore

It describes how entities are related to each other.

  • RELATIONSHIP

Include all qualified records from both tables in the join condition.

  • FULL JOIN

The relational model (RM) was first described by Edgar F. Codd

  • True
  • False

Displays a record if any of the conditions separated by OR is TRUE.

  • OR OPERATOR

Tables

  • name, primary key

Database System automatically takes care of backup and recovery.

  • True
  • False

Facts that can be recorded and that have implicit meaning.

  • DATA

Minimum Cardinality describes the minimum number of entity instances that must participate in a relationship.

  • True
  • False

Columns or expressions can be in the SELECT clause only if they are in the GROUP BY clause.

  • True
  • False

Display a form to be fill out by the user.

  • Forms-based Interfaces

DDL used to control data access.

  • True
  • False

An Expression can be a single constant, column, variable, or scalar function.

  • True
  • False

Internal Level describes the physical storage structure of the database.

  • True
  • False

This relationship exists if they are independent or different to each other.

  • MULTIPLE RELATIONSHIPS

Table definition

  • Schema of relation

It is a stricter form of 2nd and 3rd normal form

  • Boyce Codd Normal Form (BC/NF)

There’s no difference between the description of database and the database itself.

  • True
  • False

Null means a value is unknown.

  • True
  • False

The participation of an entity in the relationship is mandatory.

  • Mandatory

In SQL the command language used is like an Spanish language.

  • True
  • False

Attribute describes an entity class.

  • True
  • False

A single entity instance of one entity class is related to a single entity instance of another entity class.

  • One-to-One

Entity Relationship Diagram (ERD) was proposed by _____

  • DR. PETER CHEN

Cross Join – Used the foreign key as the matching criteria

  • True
  • False

The table is in a 2NF if there's NO Partial Dependency.

  • True
  • False

number of all or selected values

  • count

Physical data models is a concept that shows how the data is stored on the computer.

  • True
  • False

Used to define and modify data structures

  • DDL

Used to retrive data and manipulate data

  • DML

A thing that shares a common attribute.

  • ENTITY CLASS

Entities can be related indirectly by two (2) relationships.

  • TRANSITIVE RELATIONSHIP

Who is responsible in administering the primary and secondary resource in the database?

  • DATABASE ADMINISTRATOR

All possible column values

  • Domain

Use to retrieve data from multiple tables.

  • TABLE JOIN

Used to performed or rollback the changes that we made in the database using DML commands.

  • Transaction Control Language (TCL)

minimum of all or selected values

  • min

An Expression can't be a number, columns, literals, functions connected by operators

  • True
  • False

Used to give or control privilege in a database.

  • Data Control Language (DCL)

No primary key can be null.

  • True
  • False

Structured Query Language is a command use by relational database management system to perform database operations.

  • True
  • False

A process of producing a set of tables (relations) with a proper attribute.

  • NORMALIZATION

SQL is used to retrieve data from relational databases.

  • True
  • False

Include all qualified records from the left table in the join condition even if they do not have matching records in the right table.

  • LEFT JOIN

Like Web search engines (engine like Google), which the user can specify a string or any keywords and expect to get a relevant result.

  • Keyword-based Database Search

NO Transitive Dependency

  • 3rd Normal Form (3NF)

It is the number of attributes in a relation.

  • DEGREE OF RELATION

maximum of all or selected values

  • max

It is needed when minimum cardinality is optional on a table.

  • OUTER JOIN

Controlling Redundancy is used to improve the performance of queries.

  • True
  • False

AND operator displays a record if all the conditions separated by AND are FALSE.

  • True
  • False

NO “repeating groups” (columns)

  • 1st Normal Form (1NF)

A displayed schema is called Schema figure.

  • True
  • False

Used to manage data within the object schema.

  • Data Manipulation Language (DML)

Used to control data access

  • DCL

Level of database design use to create database.

  • PHYSICAL DESIGN

It is a combination of symbols and operators that returns a single value.

  • EXPRESSION

NO Partial Dependency

  • 2nd Normal Form (2NF)

Is an instance of a particular entity.

  • ENTITY INSTANCE

It is a collection of related data.

  • DATABASE

AND operator displays a record if all the conditions separated by AND are TRUE.

  • True
  • False

We call the database and DBMS software together as a _____

  • DATABASE SYSTEM

Null means zero

  • True
  • False

Multi-value dependency

  • 4th Normal Form (4NF)

Use _____ if there is ambiguity when distinguishing a column.

  • QUALIFIERS

Data abstraction is the data type, relationships and constraints that apply to the data.

  • True
  • False

DCL - Use the command: Permissions

  • True
  • False

It is a command used or a request for information from a database.

  • QUERY

DDL - Schema: databases, tables, views and many more

  • True
  • False

Table

  • Relation

average of all or selected values

  • avg

Composite attribute can be divided into more attributes.

  • True
  • False

Include all qualified records from the right table in the join condition even if they do not have matching records in the left table.

  • RIGHT JOIN

Row

  • Tuples

Its is one or more columns of a relation or table that is used to identify a record.

  • KEY

Compound Conditions use logical operators to filter or connect multiple criteria.

  • True
  • False

Boolean

  • true/false

Character

  • Text

Data Manipulation Language is use for manipulating data in a database.

  • True
  • False

Column header / field

  • Attributes

DML - Manipulate data using commands: insert, update and delete

  • True
  • False

We use _____ to give column another name.

  • ALIAS

Logical Design – transforming the ERD into relational model.

  • True
  • False

They are liable for identifying the data to be stored within the database and for selecting appropriate structures to represent and store this data.

  • DATABASE DESIGNERS

It is the number of tuples in a relation.

  • CARDINALITY OF RELATION

SQL is not a Programming Language.

  • True
  • False

Maximum Cardinality describes the maximum number of entity instances in the relationship.

  • True
  • False

Describes how entities are related.

  • RELATIONSHIPS

Records that have matching records from two (2) tables

  • INNER JOIN

Asterisk (*) means all or a list of _____

  • COLUMNS

To sort the records in descending order, use the DESC keyword.

  • True
  • False

Composite Attribute can be calculated from other attributes.

  • True
  • False

Constraints

  • all kinds of keys

Columns

  • name, data type, size, value range

A non-key attribute is dependent on part of a composite primary key.

  • PARTIAL DEPENDENCY

Date

  • Time

It is between high-level and low-level data models.

  • REPRESENTATIONAL OR IMPLEMENTATION DATA MODELS

Use to get aggregation results for different groups of records.

  • GROUP BY

Relationships can't have attributes.

  • True
  • False

Relational Model is a table with columns and rows.

  • True
  • False

Numeric

  • Integer

The interface allows users to access their data through their mobile phone or mobile device.

  • Applications for mobile devices

sum of all or selected values

  • sum

Data model is a collection of concepts that is used to describe the structure of a database.

  • True
  • False

Each entity instance of one entity class is related to a multiple entity instance of another entity class; and vice versa.

  • Many-to-Many

It is a question or an inquiry, sometimes loosely used for all types of interactions with databases.

  • QUERY

A computerized system that permits users to create and maintain a database.

  • DATABASE MANAGEMENT SYSTEM

People whose jobs require access to the database for querying, updating, and generating reports.

  • END USERS

Used for creating tables, schema etc. in database.

  • Data Definition Language (DDL)

Used to sort the result.

  • ORDER BY KEYWORD

_____ means missing value.

  • NULL

The table is in a 1NF if It satisfies the definition of a relation.

  • True
  • False

OR operator displays a record if any of the conditions separated by OR is TRUE.

  • True
  • False

An attribute that has a multiple value.

  • MULTI-VALUE ATTRIBUTE

The participation of an entity in the relationship is optional.

  • Optional

A single entity instance of one entity class is related to a multiple entity instance of another entity class.

  • One-to-Many

For each entity instance the value of the identifier attribute is Unique.

  • True
  • False

The interface presents a menu that lead to a user through request.

  • Menu-based Interfaces for Web Clients or Browsing

Entity Instance is an instance of a particular entity.

  • True
  • False

Indirect relationship causes functional dependency.

  • TRANSITIVE DEPENDENCY

Attribute is a name for a set of similar things that you can list. Like objects, events, people.

  • True
  • False
Comments
Buy Me Coffee

To keep up this site, we need your assistance. A little gift will help us alot.

Donate

- The more you give the more you receive.

Related Subject

Bookkeeper and Clerk

Applied Business Tools and Technologies

Origin of Women in Computing

Object Oriented Programming Laboratory

Mobile Programming

Management Information Systems

Managing Information and Technology

Mail and Web Services

Living in the Information Technology Era

Intro to Hardware Description Language

Introduction to Computing

Introduction to Human Computer

Integrative Programming and Technology 2

Information Security and Management

Information Assurance and Security 2

Information Systems Operations and Maintenance

Information Assurance and Security 3

Fundamentals of Investigation and Intelligence

Digital Imaging

Computer Fundamentals

Animation Project

3D Game Art Development

Computer Programming

Network Security

Mobile Application Design and Development 2

Mobile Application Design and Development

Information Technology Capstone Project

Information Technology Practicum

Introduction to Information Systems

Introduction to Multimedia

Internet Technology in Real Estate

Internet Marketing and Entrepreneurship

Database Management System

Data Structures and Algorithms

Data Communications and Networking 2

Data Communications and Networking

Cyber Security: Theories and Practice

Chemistry for Engineers

Load Testing

Auditing and Assurance Concepts and Applications

System Administration and Maintenance

Integrative Programming and Technology

Data Communications and Networking 4

Current Trends and Issues

Linux Administration

Software Engineering

Systems Integration and Architecture

Application Lifecycle Management

Data Communications and Networking 3

Information Assurance and Security

Principles of Operating System and its Application

Javascript Algorithms and Data Structures

Mathematics

Logistics Management

General Mathematics

Calculus

Computer Programming 2

Relational Database Systems

Database Management System 2

Texas Border Wall

Houthi, Missile, and Israel in Modern Conflicts

TikTok Ban Debate

Huawei Smartphone Innovation

Social Security Fairness Act

Intrusion Detection System

Operating System Functions

Web Application Development

Web Systems Technologies

Web Development

Network Administration


Show All Subject
Affiliate Links

Shopee Cashback Voucher

Temu $0 Shipping Fee

Amazon 75% Off Discounts