SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Database Fundamentals
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A file containing a collection of compiled and optimized SQL statements that are available for future use
Stored Procedure
DROP INDEX
Query
SELECT
2. A relationship between two entities in which each occurrence of the first entity is related to many occurrences of the second entity and each occurrence of the second entity is related to or at most one occurrence of the first entity
One-to-Many Relationship
Outer Join
Query
Product
3. A program or a collection of programs through which users interact with a database
Database Management System (DBMS)
Entity Integrity
Database
Form
4. The relational algebra command that combines tables and searches for rows in the first table that match all rows in the second table
Division
Major Sort Key
Integrity Constraint
Relation
5. When comparing tables an intersection is a new table containing all rows that are in both original tables
Compound Criteria
Data Macro
Intersection
Data Independence
6. A data value meaning "unknown" or "not applicable"
Null
Relationship
CHECK
Database Administration (DBA)
7. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
Aggregate Functions
Relational Algebra
Legal-Values Integrity
Design Grid
8. The SQL command that drops (deletes) and index from a table
DROP TABLE
Column
DROP INDEX
Compound Criteria
9. A statement the can be either true or false. Also called a condition
Database Management System (DBMS)
Criterion
Database Administrator (DBA)
Outer Join
10. The process of creating collections of records that share some common characteristics
Grouping
Delete Query
Cascade Update
Primary Key
11. An index built on more than one field
Qualify
Secondary Sort Key
Multiple-Field Index
Security
12. The combination of two or more rows in an operation - such as a join - or the combination of two or more columns for a primary key field to uniquely identify a given row in a table
Concatenation
One-to-Many Relationship
Relational Database
Design Grid
13. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
Aggregate Functions
Security
Qualify
Relational Algebra
14. When comparing tables an intersection is a new table containing all rows that are in both original tables
Documenter
Intersection
Database
Syscolumns
15. Duplication of data or the storing of the same data in more than one place.
Sort
Redundancy
Design Grid
Database Administration (DBA)
16. The field on which data are sorted
OR Criterion
Relation
Sort Key
Null
17. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
HAVING Clause
Unnormalized Relation
Criteria
Reserved Words
18. When sorting on two fields this is the more important field
Major Sort Key
Entity-Relationship (E-R) Diagram
Database Management System (DBMS)
Security
19. The SQL command used to describe the layout of a table. The word table is followed by the name of the table to be created and then by the names and data types of the column (fields) that comprise the table
DELETE
Form
Redundancy
CREATE TABLE
20. The SQL command used to add new data to a table
System Catalog
Delete Query
INSERT
Minor Sort Key
21. A computer that provides services to the clients in a client/server system
Server
Data File
Single-Column Index
Entity-Relationship (E-R) Diagram
22. A file used to store data about a single entity. Such a file can be thought of as a table.
Index
Secondary Sort Key
OR Criterion
Data File
23. Two tables are union compatible if they have the same number of fields and if their corresponding fields have identical data types
UPDATE
Validation Rule
Union Compatible
Aggregate Functions
24. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Column
Database
Primary Key
Compound Criteria
25. The process of determining the content and structure of data in a database in order to support some activity on behalf of a user or group of users
Unnormalized Relation
Data File
Relation
Database Design
26. The part of an SQL SELECT command that indicates the condition rows must satisfy to be displayed in the query results
Stored Procedure
WHERE Clause
Entity
Entity
27. The process of determining the content and structure of data in a database in order to support some activity on behalf of a user or group of users
Column
Database Design
Database Administrator (DBA)
Relation
28. The portion of the system catalog that contains table information
SELECT
Database Administrator (DBA)
Systables
Union
29. A minimal collection of columns (attributes) in a table on which all columns are functionally dependent and that is chosen as the main direct-access vehicle to individual rows.
Join
Primary Key
Attribute
Repeating Groups
30. An association between entities
Primary Key
Comparison Operator
Compound Conditions
Relationship
31. The query that is used to define the structure of a viewk
Sort Key
Aggregate Functions
Redundancy
Defining Query
32. The SQL clause that is used in a CREATE TABLE or ALTER TABLE command to set a table's primary key field(s)
PRIMARY KEY
Data Independence
Foreign Key
Command
33. A field whose value is computed from other fields in the database
Criterion
Data Macro
Calculated Field
Form
34. A very popular relational data definition and manipulation language that is used in many relational DBMS's
Multiple Column Index
Join Column
Outer Join
SQL (Structured Query Language)
35. A Characteristic or property of an entity
Database
Product
Join
Column
36. In Access the query that updates the contents of a table
Relation
Natural Join
Union
Update Query
37. The table obtained by concatenating every row in the first table with every row in the second table
Minor Sort Key
Product
SELECT
Column
38. The relational algebra command for performing the difference of two tables
SUBTRACT
Null
Database Design
Database Design
39. The prevention of unauthorized access to a database
Security
Computed Field
Statement History
Make-Table Query
40. A two-dimensional table-style collection of data in which all entries are single-valued - each column has a distinct name and all the values in a column are values of the attribute that is identified by the column name - and the order of the columns
Functions
Relation
Repeating Groups
Compound Criteria
41. The SQL command that creates an index in a table
Primary Key
CREATE INDEX
Database Management System (DBMS)
AND Criterion
42. The portion of the system catalog that contains index information
Sysindexes
Difference
Compound Criteria
Relational Database
43. A statement the can be either true or false. Also called a condition
Attribute
Database Administrator (DBA)
Criterion
Data Independence
44. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Referential Integrity
Database
Data Independence
Syscolumns
45. A characteristic or property of an entity
Concatenation
Qualify
Field
Index
46. The column on which two tables are joined
Join Column
Database Administration (DBA)
Database Management System (DBMS)
Database Administrator (DBA)
47. When sorting on two fields this is the more important field
Primary Sort Key
Index
Foreign Key
Comparison Operator
48. An index built on a single field
Single-Column Index
Database Administrator (DBA)
Natural Join
Entity-Relationship (E-R) Diagram
49. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Comparison Operator
Systables
Qualify
Relational Algebra
50. The individual who is responsible for a database or the head of database administration
Form
Database Administrator (DBA)
Grouping
Criterion
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests