WorksheetsQuiz NO. 1
Total questions: 15
Worksheet time: 5mins
It serves as interface between database and its end-user.
Database
Database System
Database Management System
Database Management Studio
Considered as unsophisticated users who interact with the system by using predefined user interface.
Naive User
Application programmers
Sophisticated user
Users
An organized collection of structured information or data, typically stored electronically in a computer system.
DBMS Manager
Database
Database Systems
Computer Program
A database that supports data located at a single site.
Centralized Database
Database Application
Distributed Database
Database Architecture
User that is considered as computer professionals who write application programs.
Application User
Application Manager
Application Developer
Application Programmer
Data that exist in raw state that can come in all shapes and sizes.
Raw Data
Structured Data
Unstructured Data
Original Data
It involves database design and construction on how database will operate and function within existing structures and location.
Database System
Database System Architecture
Database Management
Database Analyst
Computer language for storing, manipulating, and retrieving data stored in a relational database.
SQL
NoSQL
NewSQL
XML
Keyword being used to define a set of SQL statements that execute together.
CAST
TRY/CATCH
BEGIN/END
A database that stores object rather than data as individual relations.
Object Oriented Programming
Object Database
Object MarkUp
Object Oriented Database
Allows the user to return a predefined message or value.
SET
SELECT
DECLARE
It specify handlers for different exceptions. This feature helps to deal with any unexpected or exceptional situations that occur when a program/query is running.
SET/SELECT
TRY/CATCH
BEGIN/END
GET/READ
Data structure that is stored in relational databases.
Unstructured Data
Structured Data
Structured Database
Unstructured Database
Keyword to use to assign a values(s) to a variable.
BEGIN/END
READ/GET
SEND/CAST
SET/SELECT
It specify a block of code to be executed, if the returning condition is false.
else
else if
while
case
