Section 1: Correct
Section 1: Correct
(1) Points
Oracle SQL Developer Data Modeler
Microsoft Access (*)
Oracle APEX application
All are requirements.
Correct
2. SQL *Plus is being used in the Oracle Academy courses to run SQL code. True
or False?
Mark for Review
(1) Points
True
False (*)
Incorrect. Refer to Section 1 Lesson 1.
(1) Points
Design
Strategy and Analysis (*)
Build
Testing
Correct
4. In the relational database model, each table name must be unique. The
column names in the table must be unique too. You can have two different
tables that have column names that are the same.
Mark for Review
(1) Points
True (*)
False
Correct
5. A flat file may contain many fields, often, with duplicate data that are prone to
data corruption.
Mark for Review
(1) Points
True (*)
False
Correct
6. Which of the following is not a stage in the Database Development Process?
Mark for Review
(1) Points
Build
Reporting (*)
Design
Strategy and Analysis
Correct
7. The reason or drive for using databases rather than files has been …
(Choose 3)
Mark for Review
(1) Points
Integration of data for easier access and modification for complex
transactions (*)
Reduced redundancy of data (*)
Use of blocks
Availability of data to a diverse set of users (*)
Incorrect. Refer to Section 1 Lesson 4.
8. When completing the conceptual modeling process we must take into account
the following:
Mark for Review
(1) Points
Business Rules
Assumptions
Problems
All of the above (*)
Correct
9. Using a database solution instead of a flat file eliminates all of the following
issues except:
Mark for Review
(1) Points
Redundancy
Data entry anomalies
Incorrect data (*)
Inconsistency
Incorrect. Refer to Section 1 Lesson 4.
(1) Points
True
False (*)
Correct
Previous Page 2 of 3 Next
11. Business ______ are used to understand business processes, and the nature,
role, and scope of the data.
Mark for Review
(1) Points
Goals
Processes
Mission Statements
Rules (*)
Correct
(1) Points
Database Management System (*)
Database Management Software
Database Manipulation System
Database Memory System
Correct
(1) Points
True (*)
False
Correct
(1) Points
Mainframe computing
Grid Computing
Desktop computing
Cloud Computing (*)
Correct
Section 2
(Answer all questions in this section)
1. Many reasons exist for creating a conceptual model. Choose three appropriate
reasons from the options below.
(0/1) Points
(1/1) Points
True (*)
False
Correct
(0/1) Points
True (*)
False
Incorrect. Refer to Section 2 Lesson 1.
4. In the relational model, relationships between relations or tables are created by
using?
(1/1) Points
Composite Keys
Primary Keys
Foreign Keys (*)
Candidate Keys
Correct
(1/1) Points
True
False (*)
Correct
8. A unique identifier must be made up of more than one attribute. True or
False?
(1/1) Points
True
False (*)
Correct
12. When creating entities in a logical model you must follow these rules:
(Choose Two)
(0/1) Points
Name them in Plural
Exclude Attributes
Include Attributes (*)
Name them in Singular (*)
Incorrect. Refer to Section 2 Lesson 3.
2. In this course, we use the __________ notation for ERD modeling.
(0/1) Points
Bachman
Barker (*)
Information Engineering
None of the above
Incorrect. Refer to Section 2 Lesson 3.
5. People are not born with “numbers”, but a lot of systems assign student
numbers, customer IDs, etc. A shoe has a color, a size, a style, but may not have
a descriptive “number". So, to be able to uniquely and efficiently identify one
instance of the entity SHOE, a/an ______________ UID can be created.
(0/1) Points
Structured
Identification
Unrealistic
Artificial (*)
Incorrect. Refer to Section 2 Lesson 4.
10. In the relational model, data is organized in a basic storage structure called a
____________.
(1/1) Points
Field
Tuples
Table (*)
Row
Correct
15. In a relational database system, the next step after creating a conceptual
data model is to convert it to a _________ .
(0/1) Points
External data model
An entity-relation data model
Internal data model
Logical data model (*)
Incorrect. Refer to Section 2 Lesson 2.
1. Entity Boxes are drawn on an ERD using what type of shape?
(0/1) Points
Diamonds
Rectangles
Soft Boxes (*)
Hard Boxes
Incorrect. Refer to Section 2 Lesson 3.
8. A relational database stores information in tables with rows and columns.
(1/1) Points
True (*)
False
Correct
9. The Physical Model is derived from the Logical Model. True or False?
(1/1) Points
True (*)
False
Correct
14. Unique Identifiers…
(1/1) Points
Distinguish one entity from another.
Distinguish all entities in a database
Distinguish one instance of an entity from all other instances of that entity (*)
Distinguish nothing
Correct
15. A unique identifier must be made up of more than one attribute. True or
False?
(1/1) Points
True
False (*)
Correct
1. In a business that sells pet food, choose the best relationship name between
FOOD TYPE and ANIMAL (e.g. dog, horse, or cat). (Choose Two)
(0/1) Points
Each FOOD TYPE must be suitable for one or more ANIMALs. (*)
Each FOOD TYPE may be made from one or more ANIMALs.
Each ANIMAL must be the seller of one or more FOOD TYPES.
Each FOOD TYPE may be given to one or more ANIMALs. (*)
Incorrect. Refer to Section 2 Lesson 5.
3. In a relationship , _________ are used to helped describe the meaning of the
connection between the entities.
(0/1) Points
crows feet
descriptions
arrows
names (*)
Incorrect. Refer to Section 2 Lesson 5.
5. The Physical Model is derived from the Logical Model. True or False?
(1/1) Points
True (*)
False
Correct
6. Attributes that can be divided into smaller subparts are called________________.
(1/1) Points
Composite Attribute (*)
Mandatory Attribute
Single Attribute
Volatile Attribute
Correct
9. Which of the following would be good as a Unique Identifier for its Entity?
(Choose Three)
(1/1) Points
Vehicle Registration Number for Car (*)
Date of birth for Baby
ISBN Number for Book (*)
Personal Identification number for Person (*)
Correct
10. A unique identifier made up of more than one attribute is called a __________.
(0/1) Points
Unique UID
Candidate UID
Composite UID (*)
Foreign UID
Incorrect. Refer to Section 2 Lesson 4.
11. Using ERDish, which wording represents cardinality? (Choose Two)
(1/1) Points
one only
one or multiple
one and only one (*)
one or more (*)
Correct
A set of columns in one table that uniquely identifies each row in another
table. (*)
Only one column that must be null. (*)
A single column that uniquely identifies each column in a table. (*)
Incorrect. Refer to Section 2 Lesson 1.
1. The logical model's entities, attributes, unique identifiers and relationships
map to the physical model's _________________.
(1/1) Points
Files, records, fields and data values
Tables, columns, primary keys and foreign keys (*)
Optionality and Cardinality
Correct
9. Flat file databases are generally in plain-text form, where each line holds only
one record. True or False?
(1/1) Points
True (*)
False
Correct
12. When creating entities in a logical model you must follow these rules:
(Choose Two)
(1/1) Points
Exclude Attributes
Include Attributes (*)
Name them in Singular (*)
Name them in Plural
Correct
13. Data models are drawn to show users the actual Data that their new system
will contain; only Data listed on the Diagram can be entered into the Database.
True or False?
(0/1) Points
True
False (*)
Incorrect. Refer to Section 2 Lesson 6.
Candidate Keys
Primary Keys
Foreign Keys
Composite Keys
TERM
IMAGE
Foreign Keys
DEFINITION
What does single table refer to? (Choose Two) (Choose all correct answers)
A database where all of the data is stored in one large table.
Non-relational systems that typically store each table and index in separate
files and often do not support the SQL language.
A type of database storage method where all of the data elements are stored
on top of each other.
A fully-relational database system like Microsoft's SQL Server or Oracle's
database systems.
TERM
IMAGE
A database where all of the data is stored in one large table, non-relational systems
that typically store each table and index in separate files and often do not support
SQL
DEFINITION
Section 3
(Answer all questions in this section)
1. When you resolve a M:M, you simply re-draw the relationships between the two
original entities; no new entities are created. True or False?
(1/1) Points
True
False (*)
Correct
2. Intersection Entities are at the ______ end of the newly created 1:M (Parent:Child)
relationship;
(0/1) Points
Child (*)
Parent
Single
Barred
Incorrect. Refer to Section 3 Lesson 1.
(1/1) Points
4. All ER diagrams must have one of each of the following: (Choose two)
(1/1) Points
Arcs
(0/1) Points
True
False (*)
Incorrect. Refer to Section 3 Lesson 1.
10. A new system would have a mixture of both Procedural and Structural
Business Rules as part of the documentation of that new system. True or False?
(1/1) Points
True (*)
False
Correct
11. Which of the following is not true regarding normalization:
(1/1) Points
It assists in handling insert, update and delete anomalies.
It does not impact the performance of the database. (*)
It helps with the performance of the database.
It is the process of organizing the attributes and tables of a relational database
to minimize redundancy.
Correct
12. A table is in 2NF if the table is in 1NF and what other condition is met?
(1/1) Points
There are no null values in primary key fields.
There are no attributes that are not functionally dependent on the relation's
entire primary key. (*)
There are no repeating groups.
There are no functional dependencies.
Correct
14. Modeling historical data can produce a unique identifier that includes dates.
True or False?
(1/1) Points
True (*)
False
Correct
7. A table is in 3NF if it has met all database requirements for both 1NF and 2NF
and all transitive dependencies are eliminated.
(1/1) Points
True (*)
False
Correct
8. When data is only stored in one place in a database, the database conforms to
the rules of ___________.
(1/1) Points
Normalization (*)
Normality
Multiplication
Reduction
Correct
9. Which of the following would be a logical constraint when modeling time for a
City entity?
(0/1) Points
People are born in the city and people die in the city.
Daily traffic patterns must be monitored to determine how many law
enforcement officers are needed.
Cites may change their names and/or country association if the borders of a
country change. (*)
If you are doing a system for any French City, you would need security clearance.
Using a database solution instead of a flat file eliminates all of the following issues
except:
-Incorrect data
-Data entry anomalies
-Rednunancy
-Inconsistency
TERM
IMAGE
Incorrect data
DEFINITION
T/F: Business rules help you understand the standardization procedure an
organization follows when handling huge data.
TERM
IMAGE
True
DEFINITION
Business _____ are used to understand business procedures, and the nature, role,
and scope of the data.
TERM
IMAGE
Rules
DEFINITION
Business rules are important because _______.
TERM
IMAGE
They allow the developer to understand the relationship and constraints of the
participating entities
DEFINITION
T/F: All Business Rules can be modeled.
TERM
IMAGE
False
DEFINITION
The advantages of an object-oriented data model are:
-Reduced Maintenance
-Real-World Modeling
-Both of the above
-Neither of the above
TERM
IMAGE
Both of the above
DEFINITION
In a hierarchical database model the data is stored as records that are connected to
one through ________.
TERM
IMAGE
links
DEFINITION
In a __________ database model the data is organized into a tree-like structure and
to retrieve data the whole tree needs to be traversed starting from the root node.
TERM
IMAGE
Hierarchical
DEFINITION
T/F: A network database comprises of a collection of records connected to one
another through links.
TERM
IMAGE
True
DEFINITION
What is the difference between "information" and "data"?
TERM
IMAGE
Data turns into useful information. It is stored in a database and accessed by
systems and users.
DEFINITION
Which transformation in computing allows for storage and delivery of applications
and data over the internet?
-Cloud Computing
-Mainframe computing
-Grid Computing
-Desktop computing
TERM
IMAGE
Cloud Computing
DEFINITION
T/F: A database is a centralized and structured set of data stored on a computer
system and provides facilities for retrieving, adding, modifying, and deleting the data
when required.
TERM
IMAGE
True
DEFINITION
Which of the following transformations in computing led to the increase in graphical
user interface (GUI) applications?
-Mainframe computing
-Desktop computing
-Grid Computing
-Client/Server Computing
TERM
IMAGE
Desktop computing
DEFINITION
Select the business or industry that would not have a need for a database.
-Banking
-Retail
-Scientific Research
-All these businesses could benefit from using a database.
TERM
IMAGE
All these businesses could benefit from using a database.
DEFINITION
Matrix Diagrams are used to verify that all _______________ have been identified
for an ERD.
TERM
IMAGE
relationships
DEFINITION
In a business that sells pet food, choose the best relationship name between FOOD
TYPE and ANIMAL (e.g. dog, horse, or cat). (Choose Two) (Choose all correct
answers)
-two entities
-an entity and itself
-multiple entities
-All of the above.
TERM
IMAGE
All of the above.
DEFINITION
In the relational model, relationships between relations or tables are created by
using?
TERM
IMAGE
Foreign Keys
DEFINITION
Which of the following is not an advantage of a relational database?
-ANIMAL
-DOG
-DOGS
-ANIMALS
TERM
IMAGE
-ANIMAL
-DOG
DEFINITION
Entities are usually _____________.
TERM
IMAGE
Nouns
DEFINITION
Which of the following statements about attributes are true? (Choose Two) (Choose
all correct answers)
-redundancy
-data inconsistencies
-anomalies
-All of the above.
TERM
IMAGE
All of the above.
DEFINITION
Until all attributes are single-valued, the database model is said to be:
TERM
IMAGE
Not Normalized
DEFINITION
When you resolve a M:M, you simply re-draw the relationships between the two
original entities; no new entities are created. True or False?
TERM
IMAGE
False
DEFINITION
If a relationship can NOT be moved between instances of the entities it connects, it
is said to be:
TERM
IMAGE
Non-Transferable
DEFINITION
A recursive relationship has cardinality of ___________.
TERM
IMAGE
Cannot be determined without more information.
DEFINITION
In an ERD diagram how is an optional relationship represented?
TERM
IMAGE
With a dotted line
DEFINITION
All ER diagrams must have one of each of the following: (Choose two) (Choose all
correct answers)
-Arcs
-Relationships between entities
-At least one supertype and subtype
-One or more Entities
TERM
IMAGE
-Relationships between entities
-One or more Entities
DEFINITION
Data models are drawn to show users the actual Data that their new system will
contain; only Data listed on the Diagram can be entered into the Database. True or
False?
TERM
IMAGE
True
DEFINITION
T/F: A flat file may contain many fields, often, with duplicate data that are prone to
data corruption.
TERM
IMAGE
True
DEFINITION
Once you have learned how to write programs and build systems, you no longer
need any input or involvement from any users as you are perfectly capable of
delivering the systems that businesses need and want. (true/false)
TERM
IMAGE
False. Business requirements can and will change. For instance, new legal
requirements may arise.
DEFINITION
Which of the following is NOT a relationship type?
-One to Many
-Some to None
-Many to Many
-One to One
TERM
IMAGE
Some to None
DEFINITION
When completing the conceptual modeling process we must take into account the
following:
-Business Rules
-Assumptions
-Problems
-All of the above
TERM
IMAGE
All of the above
DEFINITION
The transformations that have occurred in the computing world progressing in this
order:
.
TERM
IMAGE
Mainframe computing, Desktop computing, Client/Server Computing, Grid
computing.
DEFINITION
A DBMS comprises of the following elements: (Choose 3)(Choose all correct
answers)
-Query language
-Client
-Data Dictionary
-Memory and Storage Management
TERM
IMAGE
-Query language
-Data Dictionary
-Memory and Storage Management
DEFINITION
T/F: Information is the result of combining, comparing and performing calculations on
data.
TERM
IMAGE
True
DEFINITION
What does single table refer to? (Choose Two) (Choose all correct answers)
-Flat file database systems pay more attention to retrieving data and making it
accessible to the user, whereas relational databases spend more energy updating
indexes and data pointers.
-Relational database systems are the main thrust behind SQL since it provides the
language elements needed to tie together the information in the database.
-Relational systems pay more attention to retrieving data and making it accessible to
the user.
-Flat file database structures help eliminate redundant information.
TERM
IMAGE
-Relational database systems are the main thrust behind SQL since it provides the
language elements
needed to tie together the information in the database.
-Relational systems pay more attention to retrieving data and making it accessible to
the user.
DEFINITION
Which of the following statements does not apply to relational databases?
-Exclude Attributes
-Include Attributes
-Name them in Singular
-Name them in Plural
TERM
IMAGE
-Include Attributes
-Name them in Singular
DEFINITION
A/an _________ is a piece of information that in some way describes an entity. It is a
property of the entity and it quantifies, qualifies, classifies, or specifies the entity.
TERM
IMAGE
Attribute
DEFINITION
The components of a relationship include all of the following except:
-Cardinality
-Names
-Optionality
-Relational Integrity
TERM
IMAGE
Relational Integrity
DEFINITION
All relationships participating in an arc must be mandatory. True or False?
TERM
IMAGE
False
DEFINITION
Matrix Diagrams should be developed BEFORE the ERD. True or False?
TERM
IMAGE
True
DEFINITION
T/F: A foreign key is a column or combination of columns in one table that uniquely
identifies a row of another table.
TERM
IMAGE
True
DEFINITION
Intersection Entities are at the ______ end of the newly created 1:M (Parent:Child)
relationship;
TERM
IMAGE
Barred
DEFINITION
A _________ on a relationship line indicates the Relationship as Non-Tranferable.
TERM
IMAGE
Diamond
DEFINITION
Many to many relationships must be left in the Model. It is important to have them
documented as M-M.
True or False?
TERM
IMAGE
False
DEFINITION
Which of the following pairs of entities is most likely to be modeled as a M:M
relationship?
-Daily traffic patterns must be monitored to determine how many law enforcement
officers are needed.
-If you are doing a system for any French City, you would need security clearance.
-People are born in the city and people die in the city.
-Cites may change their names and/or country association if the borders of a country
change.
TERM
IMAGE
Cites may change their names and/or country association if the borders of a country
change.
DEFINITION
T/F: If there is a column missing in an entity - normalization should identify this
problem.
TERM
IMAGE
True
DEFINITION
The "Other" subtype is mandatory. True or False?
TERM
IMAGE
True
DEFINITION
Can all constraints be modeled on an ER diagram?
TERM
IMAGE
No, and those that cannot be modeled should be listed on a separate document to
be handled programmatically
DEFINITION
According to ___________, an attribute must be dependent on its entity's entire
unique identifier.
TERM
IMAGE
2nd normal form
DEFINITION
Sources of business rules include all of the following except:
-Standards
-Word of mouth
-Procedures
-Operational manuals
TERM
IMAGE
Word of mouth
DEFINITION
Table names can contain all of the following except:
TERM
IMAGE
DEFINITION
+ ADD CARD
Section 1
(Answer all questions in this section)
1. A ___________ model describes a database in terms of tables, columns, and joins
between tables.
(1/1) Points
Network
Hierarchical
Object Oriented
Relational (*)
Correct
(1/1) Points
Reduced Maintenance
Real-World Modeling
Neither A or B.
Correct
3. In a hierarchical database model the data is stored as records that are connected to
one another through ________.
(1/1) Points
databases
primary keys
fields
links (*)
Correct
(1/1) Points
Build
Testing
Design
Correct
5. A database interacts with the data and provides the following facilities:
(1/1) Points
Retrieving data
Inserting data
Deleting data
10. The technical software requirements for this course include all of the
following except:
(1/1) Points
Oracle SQL Developer Data Modeler
Microsoft Access (*)
Oracle APEX application
All are requirements.
Correct
11. Business ______ are used to understand business processes, and the nature,
role, and scope of the data.
(1/1) Points
Mission Statements
Rules (*)
Goals
Processes
Correct
12. Once you have learned how to write programs and build systems, you no
longer need any input or involvement from any users as you are perfectly
capable of delivering the systems that businesses need and want.
(1/1) Points
True. Users delay the delivery of a system by changing their minds and adding
new requirements.
False. Business requirements can and will change. For instance new legal
requirements may arise. (*)
True. Users never know what they want anyway, so building systems is best left
to the professionals.
True. The only requirement for creating a perfect system is a perfect
programmer.
Correct
14. The reason or drive for using databases rather than files has been …
(Choose 3)
(1/1) Points
Availability of data to a diverse set of users (*)
Use of blocks
Integration of data for easier access and modification for complex
transactions (*)
Reduced redundancy of data (*)
Correct
(1/1) Points
ANIMALS
DOGS
ANIMAL (*)
DOG (*)
Correct
(1/1) Points
True (*)
False
Correct
True (*)
False
Correct
19. When creating entities in a logical model you must follow these rules: (Choose Two)
(1/1) Points
Include Attributes (*)
Exclude Attributes
Correct
(1/1) Points
datatype
21. The candidate UID that is chosen to identify an entity is called the Primary
UID; other candidate UIDs are called Secondary UIDs.
(1/1) Points
Yes, this is the way UID's are named. (*)
No, each Entity can only have one UID, the secondary one.
No, it is not possible to have more than one UID for an Entity.
No, after UIDs are first sorted, the first one is called the Primary UID, the second
is the Secondary UID, etc.
Correct
23. People are not born with “numbers”, but a lot of systems assign student
numbers, customer IDs, etc. A shoe has a color, a size, a style, but may not have
a descriptive “number". So, to be able to uniquely and efficiently identify one
instance of the entity SHOE, a/an ______________ UID can be created.
(1/1) Points
Artificial (*)
Structured
Unrealistic
Identification
Correct
28. In a relational database system, the next step after creating a conceptual
data model is to convert it to a _________ .
(1/1) Points
Internal data model
External data model
Logical data model (*)
An entity-relation data model
Correct
33. Matrix Diagrams are used to verify that all ____________ have been identified
for an ERD.
(1/1) Points
relationships (*)
keys
entities
attributes
Correct
(1/1) Points
True
False (*)
Correct
Section 3
(Answer all questions in this section)
(0/1) Points
may
must (*)
cannot
will sometimes
Incorrect. Refer to Section 3 Lesson 1.
(1/1) Points
(0/1) Points
Many to Many
One to One
One to Many
Incorrect. Refer to Section 3 Lesson 1.
40. Intersection Entities often have the relationships participating in the UID, so the
relationships are often barred. True or False?
(1/1) Points
True (*)
False
Correct
45. When data is only stored in one place in a database, the database conforms
to the rules of ___________.
(1/1) Points
Normalization (*)
Reduction
Multiplication
Normality
Correct
46. A table is in 2NF if
(0/1) Points
It meets the requirements for the 1 NF.
Each non-key attribute is fully functional dependent on the table's primary key.
48. Until all attributes are single-valued, the database model is said to be:
(1/1) Points
in 2nd Normal Form
in 1st Normal Form
Normalized
Not Normalized (*)
Correct
3. A ___________ model is the blue print to the actual database implementation
and can be used as the basis for implementing any type of Database
Management System (DBMS).
(1/1) Points
Relational (*)
Logical
Database
Conceptual
Correct
UID suffix
6. To use the Oracle SQL Developer Data Modeler to apply naming standards :
(1/1) Points
Use a .docx file constaining table names and abbreviations
Use a .csv file constaining table names and abbreviations (*)
Use a .accdb file constaining table names and abbreviations
None of the above.
Correct
7. We can apply naming abbreviations using the .csv file containing the
abbreviations
(1/1) Points
True (*)
False
Correct
9. The Oracle SQL Data Modeler enables you to do all of the following except:
(1/1) Points
Store application data (*)
Create process, logical, relational and physical models
Capture business rules and information
Store metadata information
Correct
10. Which of the following cannot be modeled using the Oracle SQL Data
Modeler ?
(1/1) Points
Entities, attributes, UIDs
Supertype and subtype entities
Recursive Relationships
Arc relationships
All can be modeled. (*)
Correct
11. When building a model in Oracle SQL Data Modeler you begin in the ________
tab.
(1/1) Points
Conceptual
Relational
Physical
Logical (*)
Correct
12. The steps to convert a Relational model to a Logical model using the Oracle
SQL Developer Data Modeler are :
(0/1) Points
Select the Relational model, Accept defaults, Click the Engineer to Logical Model
icon, Click Engineer
Click the Engineer to Relational Model icon, Select the Logical model, Click
Engineer, Accept defaults.
Select the Relational model, Click the Engineer to Logical Model icon, Accept
defaults, Click Engineer (*)
None of the above.
Incorrect. Refer to Section 4 Lesson 2.
https://quizlet.com/_62cv8n?x=1jqt&i=3qlb1n
The Oracle SQL Data Modeler enables you to do all of the following except:
TERM
IMAGE
Store application data
DEFINITION
When building a model in Oracle SQL Data Modeler you begin in the ________ tab.
TERM
IMAGE
Logical
DEFINITION
In Oracle SQL Developer Data Modeler you can select how you want to map your subtypes.
TERM
IMAGE
True
DEFINITION
Constraints should be given meaningful names to make them easier to reference.
TERM
IMAGE
True
DEFINITION
To use the Oracle SQL Developer Data Modeler to apply naming standards :
TERM
IMAGE
Use a .csv file containing table names and abbreviations
DEFINITION
Primary key constraints should have a suffix of PKEY.
TERM
IMAGE
False
DEFINITION
A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that
can be used in the design.
TERM
IMAGE
glossary
DEFINITION
A ___________ model is the blue print to the actual database implementation and can be
used as the basis for implementing any type of Database Management System (DBMS).
TERM
IMAGE
Relational
DEFINITION
Each attribute in an entity maps to a _________ in a table.
TERM
IMAGE
column
DEFINITION
A Relational model is closer to the implementation solution, facilitates discussion and forms
the basis for the physical database design.
TERM
IMAGE
True
DEFINITION
When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling
approach would you choose?
TERM
IMAGE
Bottom-Up Modeling
DEFINITION
Converting a Relational model to a Logical model is called reverse engineering.
TERM
IMAGE
True
DEFINITION
The steps to convert a Relational model to a Logical model using the Oracle SQL Developer
Data Modeler are :
TERM
IMAGE
Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click
Engineer
DEFINITION
________ Engineering is the process of transforming a Logical Data Model to a Relational
Model.
TERM
IMAGE
Forward
DEFINITION
Top-Down Modeling is the approach taken for designing a new database.
TERM
IMAGE
True
DEFINITION
To define naming templates in Oracle SQL Data Modeler:
TERM
IMAGE
Right click the name of the design in object browser, Select properties, select template, Edit
the template to use abbreviations
DEFINITION
You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.
TERM
IMAGE
Glossary, Naming Templates, Design Rule Validations
DEFINITION
When mapping subtypes to tables we can ________
TERM
IMAGE
Either one or multiple tables are valid options.
DEFINITION
Each of the following can be modeled using the Oracle SQL Data Modeler ?
TERM
IMAGE
Entities, attributes, UIDs, Supertype and subtype entities, Recursive Relationships, Arc
relationships
DEFINITION
Foreign key constraints are named using the ______________ of both tables.
TERM
IMAGE
short table name
DEFINITION
Primary key constraints are named using the __________________.
TERM
IMAGE
UID Suffix
DEFINITION
In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically
set to a mandatory attribute and will be engineered to a primary key in the relational model.
TERM
IMAGE
True
DEFINITION
A column or combination of columns in one table that refers to a primary key in the same or
another table.
TERM
IMAGE
Foreign Key
DEFINITION
The steps to convert a Logical model to a Relational model using the Oracle SQL Developer
Data Modeler are :
TERM
IMAGE
Select the Logical model, Click the Engineer to Relational Model icon, Accept
defaults, Click Engineer
Which of the following cannot be modeled using the Oracle SQL Data Modeler?
-Entities, attributes, UIDs
-Supertype and subtype entities
-Recursive Relationships
-Arc relationships
-All can be modeled.
TERM
IMAGE
-All can be modeled.
DEFINITION
When building a model in Oracle SQL Data Modeler you begin in the ________ tab.
TERM
IMAGE
logical
DEFINITION
The Oracle SQL Data Modeler enables you to do all of the following except:
-Store application data
-Create process, logical, relational and physical models
-Store metadata information
-Capture business rules and information
TERM
IMAGE
-Store application data
DEFINITION
You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.
-Glossary
-Naming Templates
-Design Rule Validations
-All of the above can be used to define naming standards in Oracle SQL Data
Modeler.
TERM
IMAGE
-All of the above can be used to define naming standards in Oracle SQL Data
Modeler.
DEFINITION
The glossary can be used as the naming standard for your Logical Model.
(true/false)
TERM
IMAGE
true
DEFINITION
Each attribute in an entity maps to a _________ in a table.
TERM
IMAGE
column
DEFINITION
The steps to create a glossary from an existing Logical model are
TERM
IMAGE
Right click Logical model, select Create Glossary from Logical Model
DEFINITION
You must first select the Logical model you want to work with to Engineer it to a
Relational model. (true/false)
TERM
IMAGE
true
DEFINITION
A Relational model is closer to the implementation solution, facilitates discussion and
forms the basis for the physical database design. (true/false)
TERM
IMAGE
true
DEFINITION
Converting a Relational model to a Logical model is called reverse engineering.
(true/false)
TERM
IMAGE
true
DEFINITION
The steps to convert a Relational model to a Logical model using the Oracle SQL
Developer Data Modeler are
TERM
IMAGE
Select the Relational model, Click the Engineer to Logical Model icon, Accept
defaults, Click Engineer
DEFINITION
Primary key constraints should have a suffix of PKEY. (true/false)
TERM
IMAGE
false
DEFINITION
To define naming templates in Oracle SQL Data Modeler:
-Right click the name of the design in object browser
-Select properties, select template
-Edit the template to use abbreviations
-Do all of these steps.
TERM
IMAGE
-Do all of these steps.
DEFINITION
To use the Oracle SQL Developer Data Modeler to apply naming standards
TERM
IMAGE
Use a .csv file containing table names and abbreviations
DEFINITION
In Oracle SQL Developer Data Modeler you can select how you want to map your
subtypes. (true/false)
TERM
IMAGE
true
DEFINITION
Constraints should be given meaningful names to make them easier to reference.
(true/false)
TERM
IMAGE
true
DEFINITION
________ Engineering is the process of transforming a Logical Data Model to a
Relational Model.
TERM
IMAGE
forward
DEFINITION
The steps to convert a Logical model to a Relational model using the Oracle SQL
Developer Data Modeler are:
TERM
IMAGE
Select the Logical model, Click the Engineer to Relational Model icon, accept
defaults, Click Engineer
DEFINITION
Foreign key constraints are named using the ______________ of both tables.
TERM
IMAGE
short table name
DEFINITION
Primary key constraints are named using the __________________.
TERM
IMAGE
table short name
DEFINITION
In Oracle SQL Data Modeler, the attribute that you assign as primary UID is
automatically set to a mandatory attribute and will be engineered to a primary key in
the relational model. (true/false)
TERM
IMAGE
true
DEFINITION
A ___________ model is the blue print to the actual database implementation and
can be used as the basis for implementing any type of Database Management
System (DBMS).
TERM
IMAGE
relational
DEFINITION
A ______________ in Oracle SQL Developer Data Modeler is a set of accepted
terms that can be used in the design.
TERM
IMAGE
glossary
DEFINITION
_______ Engineering is the process of creating a conceptual or logical model by
extracting the information from an existing data source.
TERM
IMAGE
forward
DEFINITION
We can apply naming abbreviations using the .csv file containing the abbreviations
(true/false)
TERM
IMAGE
true
DEFINITION
An Entity Relationship model does not highlight the physical and database
constraints. It is essential to transform the ER model into a relational model which
can serve as the basis for defining the physical implementation of the database.
(true/false)
TERM
IMAGE
true
DEFINITION
When creating a database based on extracting metadata from an existing database
or using the DDL code obtained from an implementation of an existing database,
which data modeling approach would you choose?
TERM
IMAGE
Bottom-Up Modeling
DEFINITION
When mapping subtypes to tables we can ________
TERM
IMAGE
use either one or multiple tables are valid options.
DEFINITION
Top-Down Modeling is the approach taken for designing a new database. (true/false)
TERM
IMAGE
true
DEFINITION
A column or combination of columns in one table that refers to a primary key in the
same or another table.
TERM
IMAGE
Foreign Key
DEFINITION
Section 6 Quiz 1 L1-L4
(Answer all questions in this section)
1. Structured Query Language (SQL) is the set-based, declarative language used
to access data in an Oracle database.
(1/1) Points
True (*)
False
Correct
2. A __________ can be found at the intersection of a row and column and
contains one value.
(1/1) Points
field (*)
table
instance
entity
Correct
5. When you _______ a table, the database loses all the data in the table.
(1/1) Points
ALTER
DROP (*)
SELECT
ERASE
Correct
6. You can name a constraint or the Oracle server generates a name by using the
SYS_Cn format.
(1/1) Points
True (*)
False
Correct
8. To issue a CREATE TABLE statement, you must have the __________ privilege.
(1/1) Points
DISTRIBUTE TABLE
CREATE TABLE (*)
Both
None
Correct
9. You can upload and save a SQL Script from the _____________ option.
(1/1) Points
Utilities
RESTful Services
SQL Commands
Object Browser
SQL Scripts (*)
Correct
10. To see all the fields and records in the employees table you can run the
following query :
(1/1) Points
SELECT all FROM employees;
SELECT columns FROM employees;
SELECT * FROM employees; (*)
SELECT # FROM employees;
None of the above.
Correct
11. To use a computer application you must understand how it is built and how
it works inside.
(1/1) Points
True
False (*)
Correct
13. You can delete a row that contains a primary key that is used as a foreign key
in another table.
(1/1) Points
True
False (*)
Correct
Links https://quizlet.com/_655pdq?x=1jqt&i=3qlb1n
https://quizlet.com/_6g41ih?x=1jqt&i=3qlb1n
https://quizlet.com/_5zbd0m?x=1jqt&i=3qlb1n
It alters the DEPT_TEST table to add a composite unique key comprising of the DEPT_ID
and DEPARTMENT_NAME.
TERM
IMAGE
What does the following statement do: ALTER TABLE DEPT_TEST ADD CONSTRAINT
unq_dept_det UNIQUE (DEPT_ID, DEPARTMENT_NAME) ;
DEFINITION
DROP
TERM
IMAGE
When you _______ a table, the database loses all the data in the table.
DEFINITION
SET
TERM
IMAGE
The UPDATE statement modifies the values of a specific row or rows if the _______ clause
is specified.
DEFINITION
UPDATE, INSERT, DELETE
TERM
IMAGE
Data Manipulation Language includes all of the following:
DEFINITION
Check email, Create documents, Edit photographs
TERM
IMAGE
Application programs enable us to ________.
DEFINITION
SQL Scripts
TERM
IMAGE
You can upload and save a SQL Script from the _____________ option.
DEFINITION
SQL, PL/SQL
TERM
IMAGE
Oracle Application Express is an application platform used to share and learn _____ and
__________.
DEFINITION
SQL Workshop
TERM
IMAGE
SQL Commands can be entered and run from the ________________ option within the
APEX Application.
DEFINITION
unique
TERM
IMAGE
A primary key must contain a value and the value must be _______.
DEFINITION
DML
TERM
IMAGE
The type of SQL Command used to modify data is :
DEFINITION
foreign keys
TERM
IMAGE
You can logically relate data from multiple tables using ___________.
DEFINITION
DESCRIBE and SELECT
TERM
IMAGE
Once you have created a table, you can use the ________________ command to confirm that
it was created.
DEFINITION
Table name, Field names, Field data types
TERM
IMAGE
To create a table you must identify all of the following:
DEFINITION
The table has no rows, The column contains only null values, or The decrease in column
width is not less than the existing values in that column
TERM
IMAGE
When altering a table, you can decrease the width of a column if ...
DEFINITION
WHERE
TERM
IMAGE
When issuing a SQL DELETE command all rows in the table are deleted if you omit the
__________ clause.
DEFINITION
SELECT * FROM employees;
TERM
IMAGE
To see all the fields and records in the employees table you can run the following query :
DEFINITION
History
TERM
IMAGE
In the SQL Workshop/SQL Commands ___________ tab you can view and retrieve
previously run queries.
DEFINITION
Only one
TERM
IMAGE
In the SQL Commands option of APEX, you can run __________ SQL command at a time.
DEFINITION
Row Source Generation, Execution, Parsing, and Optimization
TERM
IMAGE
All of the following are stages of SQL Processing:
DEFINITION
table
TERM
IMAGE
Relational Databases store data in a two-dimensional matrix known as a _________.
DEFINITION
DDL
TERM
IMAGE
The type of SQL Command used to define database structures is :
DEFINITION
Not Null
TERM
IMAGE
___________ constraints can only be created at the column level.
DEFINITION
schema
TERM
IMAGE
In the APEX application a ______ is a collection of logical structures of data. A _______ is
owned by a database user and has the same name as that user.
DEFINITION
SYS_Cn
TERM
IMAGE
You can name a constraint or the Oracle server generates a name by using the ________
format.
DEFINITION
initially null or takes the default value
TERM
IMAGE
If a table already contains rows when a column is added, the new column is
________________ for all the rows.
DEFINITION
generates no rollback information
TERM
IMAGE
The TRUNCATE statement is a data definition language (DDL) statement and
______________________.
DEFINITION
foreign key, primary key
TERM
IMAGE
A _____________ value must match an existing _____________ value otherwise, it must be
null.
DEFINITION
can
TERM
IMAGE
Constraints ________ be added to a table after its creation.
DEFINITION
error is returned if you try to violate the constraint rule
TERM
IMAGE
When you have constraints in place on columns, an ________________________.
DEFINITION
basic storage
TERM
IMAGE
A table is the _______________ structure of an RDBMS.
DEFINITION
client
TERM
IMAGE
To connect to an Oracle database you need to use a _____________ program.
DEFINITION
set-based, declarative language
TERM
IMAGE
Structured Query Language (SQL) is the ____________________ used to access data in an
Oracle database.
DEFINITION
consistency and integrity
TERM
IMAGE
Constraints ensure the ___________________ of the database.
Any column that is not listed explicitly obtains a null value in the new row unless we
have ___ values for the missing columns that are used
TERM
IMAGE
DEFAULT
DEFINITION
Data Manipulation Language includes all of the following except:
-DELETE
-UPDATE
-COMMIT
-INSERT
TERM
IMAGE
COMMIT
DEFINITION
When you have constraints in place on columns, an error is returned if you try to
violate the constraint rule (true/false)
TERM
IMAGE
true
DEFINITION
Once you have created a table, you can use the ____ command to confirm that it
was created (2 correct)
-SELECT
-LIST
-DESCRIBE
-ORDER BY
TERM
IMAGE
-SELECT
-DESCRIBE
DEFINITION
When altering a table, you can decrease the width of a column if ____ (3 correct)
-the decrease in column width is not less than existing values in that column
-the table has no rows
-the column contains only null values
-the column contains only numeric values
TERM
IMAGE
-the decrease in column width is not less than existing values in that column
-the table has no rows
-the column contains only null values
DEFINITION
the Data Definition Language preforms all of the following except:
-alter tables
-insert data into tables
-create tables
-add constraints to tables
TERM
IMAGE
-insert data into tables
DEFINITION
columns without the NOT NULL constraint can contain null values by default
(true/false)
TERM
IMAGE
true
DEFINITION
in SQL Workshop/SQL Commands ___ tabs you can view and retrieve previously
run queries
TERM
IMAGE
history
DEFINITION
Oracle Application Express is an application platform used to share and learn ___
and ___
TERM
IMAGE
SQL & PL/SQL
DEFINITION
To see all fields and records in the employees tables you can run the following query
TERM
IMAGE
SELECT * FROM employees
DEFINITION
the __ clause in a query comes immediately after the SELECT and FROM
TERM
IMAGE
WHERE
DEFINITION
The stages of SQL processing are Parsing, Optimization, Row Source Generation
and ____
TERM
IMAGE
Execution
DEFINITION
You can logically relate data from multiple tables using ____
TERM
IMAGE
foreign keys
DEFINITION
all of the following are tools to access a relational database except:
-Oracle SQL Developer
-Oracle SQL Data Modeler
-SQL * Plus
-Oracle Application Express
TERM
IMAGE
-Oracle SQL Data Modeler
DEFINITION
a ___ can be found at the intersection of a row and column and contains one value
TERM
IMAGE
field
DEFINITION
which software is used to manage reading and manipulating a relational database
TERM
IMAGE
DBMS software
DEFINITION
a table is the basic storage structure of an RDBMS (true/false)
TERM
IMAGE
true
DEFINITION
Structure Query Language (SQL) is the set-based, declarative language used to
access data in an Oracle database (true/false)
TERM
IMAGE
true
DEFINITION
constraints ensure the consistency and integrity of the database (true/false)
TERM
IMAGE
true
DEFINITION
when you define a table, you can specify that a column should be given a default
value by using the LITERAL option (true/false)
TERM
IMAGE
false
DEFINITION
you use the ___ option to mark one or more columns as unused
TERM
IMAGE
SET UNUSED
DEFINITION
to issue a CREATE TABLE statement, you must have the __ privilege
TERM
IMAGE
CREATE TABLE
DEFINITION
SQL Commands can be entered and run from the ___ option within the APEX
Application
TERM
IMAGE
SQL Workshop
DEFINITION
Application programs enable us to __
-check email
-create documents
-edit photographs
-all of the above
TERM
IMAGE
-all of the above
DEFINITION
to use a computer application you must understand how it is built and how it works
inside (true/false)
TERM
IMAGE
false
DEFINITION
a collection of DML statements that form a logical unit of work is called a __
TERM
IMAGE
transaction
DEFINITION
when issuing a SQL DELETE command all rows in the table are deleted if you omit
the __ clause
TERM
IMAGE
WHERE
DEFINITION
5. If an arithmetic expression contains more than one operator, __________ are
evaluated first.
(1/1) Points
anything in parenthesis (*)
multiplication and division
addition and subtraction
exponentiation
Correct
6. By default column aliases appear _________.
(1/1) Points
Lower case
There is no default.
Upper case (*)
Mixed case
Correct
7. Which statement displays the last name, salary, and annual compensation of
employees where the annual compensation is calculated by multiplying the
monthly salary with 15, plus a one-time bonus of $200.
(1/1) Points
SELECT last_name, salary, 15*salary+200 FROM employees; (*)
SELECT last_name, salary, 15*(salary+200) FROM employees;
Either statement will produced the desired result.
Neither statement will produce the desired result.
Correct
8. You can display all columns of data in a table by following the SELECT keyword
with an asterisk (*).
(1/1) Points
True (*)
False
Correct
12. The __________ clause can be used to match columns with the same name,
but different data types.
(1/1) Points
NATURAL JOIN
OUTER JOIN
CROSS JOIN
USING (*)
Correct
a calculation
a date
a character
a number
TERM
IMAGE
a calculation
DEFINITION
Which statements will execute successfully? (Choose 2) (Choose all correct
answers)
SELECT employee_id, last_name, job_id, department_id, hire_date FROM
employees ORDER BY 3;
SELECT first_name, last_name FROM employees ORDER BY employee_id DES;
SELECT first_name, last_name, first_name||last_name fullname FROM employees
ORDER BY fullname;
SELECT employee_id, first_name, last_name FROM employees ORDER BY
employee_id DESCEND;
TERM
IMAGE
SELECT employee_id, last_name, job_id, department_id, hire_date FROM
employees ORDER BY 3;
SELECT first_name, last_name, first_name||last_name fullname FROM employees
ORDER BY fullname;
DEFINITION
Which statement will display those employees who have a job title that contains the
string 'JEF'
and earn $10,000 or more?
SELECT employee_id, last_name, job_id, salary FROM employees WHERE salary
>=
10000 AND job_id LIKE '%JEF%';
SELECT employee_id, last_name, job_id, salary FROM employees WHERE salary
>=
10000 OR job_id LIKE '%JEF%';
Either statement displays the desired output.
Neither statement displays the desired output.
TERM
IMAGE
SELECT employee_id, last_name, job_id, salary FROM employees WHERE salary
>=
10000 AND job_id LIKE '%JEF%';
DEFINITION
Which of the following is the wildcard used for any number of characters in SQL?
||
#
%
&
TERM
IMAGE
%
DEFINITION
____________ give you more flexibility and control when changing data, and they
ensure data
consistency in the event of user process failure or system failure.
TERM
IMAGE
Transactions
DEFINITION
T/F: The Oracle server ensures data consistency based on transactions.
TERM
IMAGE
True
DEFINITION
Will the following statement execute successfully (True or False)?
null
TERM
IMAGE
Arithmetic expressions containing a null value evaluate to _________.
DEFINITION
anything in parenthesis
TERM
IMAGE
If an arithmetic expression contains more than one operator, __________ are evaluated first.
DEFINITION
First Name
TERM
IMAGE
Invalid column alias
DEFINITION
ORDER BY
TERM
IMAGE
In a SELECT statement the ________ clause can be used to sort the rows.
DEFINITION
AND
TERM
IMAGE
According to the rules of precedence which operator will be evaluated first from AND and
OR?
DEFINITION
%
TERM
IMAGE
The wildcard used for any number of characters in SQL.
DEFINITION
COMMIT
TERM
IMAGE
With the __________ and ROLLBACK statements, you have control over making changes to
the data permanent
DEFINITION
One DDL Statement, DML statements representing one consistent change to the data, One
TCL Statement
TERM
IMAGE
A database transaction consists of the following:
DEFINITION
self-join
TERM
IMAGE
A ___________ can be used when there are two fields with the same data on a table that have
different meanings.
DEFINITION
CROSS JOIN
TERM
IMAGE
What type of join is the following statement? SELECT e.EMPLOYEE_ID, e.LAST_NAME,
d.DEPARTMENT_ID, d.DEPARTMENT_NAME, d.LOCATION_ID FROM EMPLOYEES
e, DEPARTMENTS d;
DEFINITION
DISTINCT
TERM
IMAGE
To eliminate duplicate rows in the result, include the _________ keyword in the SELECT
clause.
DEFINITION
SELECT
TERM
IMAGE
Literals can be used within a __________ statement .
DEFINITION
concatenation
TERM
IMAGE
You can link columns to other columns, arithmetic expressions, or constant values to create a
character expression by using the ____________ operator (||).
DEFINITION
Read
TERM
IMAGE
_______ consistency guarantees a consistent view of the data at all times.
DEFINITION
CROSS
TERM
IMAGE
The ___________ JOIN clause produces the cross-product of two tables.
DEFINITION
:
TERM
IMAGE
Which character is used as a substitution variable in APEX?
DEFINITION
USING
TERM
IMAGE
The __________ clause can be used to match columns with the same name, but different data
types.
DEFINITION
NATURAL JOIN
TERM
IMAGE
The ________ join clause is based on all the columns in the two tables that have the same
name and the same datatype.
DEFINITION
NONEQUIJOIN
TERM
IMAGE
A _______________ is a join condition containing something other than an equality
operator.
Section 4
(Answer all questions in this section)
1. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?
(1/1) Points
Recursive Relationships
Arc relationships
2. The Oracle SQL Data Modeler enables you to do all of the following except:
(1/1) Points
3. A Relational model is closer to the implementation solution, facilitates discussion and
forms the basis for the physical database design.
(1/1) Points
True (*)
False
Correct
(1/1) Points
True (*)
False
Correct
Section 5
(Answer all questions in this section)
5. Foreign key constraints are named using the ______________ of both tables.
(1/1) Points
UID suffix
Section 5
(Answer all questions in this section)
6. To use the Oracle SQL Developer Data Modeler to apply naming standards :
(1/1) Points
Use a .docx file constaining table names and abbreviations
Use a .csv file constaining table names and abbreviations (*)
Use a .accdb file constaining table names and abbreviations
None of the above.
Correct
7. A ___________ model is the blue print to the actual database implementation
and can be used as the basis for implementing any type of Database
Management System (DBMS).
(1/1) Points
Logical
Database
Relational (*)
Conceptual
Correct
8. An Entity Relationship model does not highlight the physical and database
constraints. It is essential to transform the ER model into a relational model
which can serve as the basis for defining the physical implementation of the
database.
(1/1) Points
True (*)
False
Correct
Section 6
(Answer all questions in this section)
9. A transaction begins when the first DML statement is encountered and ends
when one of the following occurs .....
(1/1) Points
A COMMIT or ROLLBACK statement is issued.
A DDL statement, such as CREATE, is issued.
Either of the above statements (*)
None of the above
Correct
10. Users may view data that is in the process of being changed by another user.
(1/1) Points
True
False (*)
Correct
Section 6
(Answer all questions in this section)
11. A database transaction consists of the following except :
(1/1) Points
DML statements representing one consistent change to the data
SELECT queries (*)
One DDL Statement
One TCL Statement
Correct
13. When you define a table, you can specify that a column should be given a
default value by using the LITERAL option.
(1/1) Points
True
False (*)
Correct
14. Table names and column names must begin with a number and should be 1–
30 characters long.
(1/1) Points
True
False (*)
Correct
18. It is not mandatory to specify the column list in the INSERT statement. True
or False?
(1/1) Points
True (*)
False
Correct
19. You can delete a row that contains a primary key that is used as a foreign key
in another table.
(1/1) Points
True
False (*)
Correct
20. When issuing a SQL DELETE command all rows in the table are deleted if you
omit the __________ clause.
(1/1) Points
WHERE (*)
SELECT
IF
WHEN
Correct
21. Any column that is not listed explicitly obtains a null value in the new row
unless we have _________ values for the missing columns that are used.
(1/1) Points
BEGINNING
INSERT
STANDARD
DEFAULT (*)
Correct
22. The command that always removes all rows from a table, leaving the table
empty and the table structure intact is ...
(0/1) Points
TRUNCATE (*)
DELETE
Both
None
Incorrect. Refer to Section 6 Lesson 4.
30. A join between two tables that returns the results of the INNER join as well as
the unmatched rows from the left (or right) table is called a left (or right) OUTER
join.
(1/1) Points
True (*)
False
Correct
31. We must use the ON clause to join three tables.
(1/1) Points
True
False (*)
Correct
34. You use the ______ operator to perform wildcard searches of valid search
string values.
(1/1) Points
BETWEEN
MATCH
STRING
LIKE (*)
Correct
35. Which statement will display those employees who have a job title that
contains the string ‘JEF’ and earn $10,000 or more?
(0/1) Points
SELECT employee_id, last_name, job_id, salary
FROM employees
WHERE salary >= 10000 AND job_id LIKE '%JEF%' ; (*)
SELECT employee_id, last_name, job_id, salary
FROM employees
WHERE salary >= 10000 OR job_id LIKE '%JEF%' ;
Either statement displays the desired output.
Neither statement displays the desired output.
Incorrect. Refer to Section 6 Lesson 7.
36. You can override the default order by using parentheses around the
expressions that you want to calculate first.
(1/1) Points
True (*)
False
Correct
45. In APEX SQL Workshop and Object Browser options you can view table
layouts.
(1/1) Points
True (*)
False
Correct
46. You can use Application Express (APEX) for ...
(0/1) Points
Developing and expanding your skills with Oracle database, SQL and PL/SQL
Gaining access to SQL and PL/SQL examples shared by the Oracle developer
community
APEX can be used for both of the above functions (*)
APEX cannot be used for either of the above functions.
Incorrect. Refer to Section 6 Lesson 1.
47. Substitution variables are used when you want to prompt for different
criteria in a condition.
(1/1) Points
True (*)
False
Correct
48. Top-n-analysis is used when you want to retrieve only the top number of
records from a result set.
(1/1) Points
True (*)
False
Correct
2. The Oracle SQL Data Modeler enables you to do all of the following
except:
(1/1) Points
Create process, logical, relational and physical models
Store metadata information
Store application data (*)
Capture business rules and information
Correct
Section 5
Section 6
13. It is not mandatory to specify the column list in the INSERT statement.
True or False?
(1/1) Points
True (*)
False
Correct
14. The command that always removes all rows from a table, leaving the
table empty and the table structure intact is ...
(1/1) Points
TRUNCATE (*)
DELETE
Both
None
Correct
17. The UPDATE statement modifies the values of a specific row or rows if
the _______ clause is specified.
(1/1) Points
WHERE (*)
SET
VALUE
MODIFY
Correct
19. Joining tables with the NATURAL JOIN, USING, or ON clauses results in
an __________ join. (Choose 2)
(1/1) Points
CROSS
INNER (*)
Equi-join (*)
OUTER
Correct
20. An _______ clause creates an equijoin between two tables using one
column from each table regardless of the name or data type.
(1/1) Points
ON (*)
CROSS JOIN
NATURAL JOIN
USING
Correct
25. You can override the default order by using parentheses around the
expressions that you want to calculate first.
(1/1) Points
True (*)
False
Correct
26. Character strings and dates in the WHERE clause must be enclosed with
single quotation marks (' ').
(1/1) Points
True (*)
False
Correct
28. Which statement will display those employees who have a job title that
contains the string ‘JEF’ and earn $10,000 or more?
(1/1) Points
SELECT employee_id, last_name, job_id, salary
FROM employees
WHERE salary >= 10000 AND job_id LIKE '%JEF%' ; (*)
SELECT employee_id, last_name, job_id, salary
FROM employees
WHERE salary >= 10000 OR job_id LIKE '%JEF%' ;
Either statement displays the desired output.
Neither statement displays the desired output.
Correct
29. When you define a table, you can specify that a column should be given
a default value by using the LITERAL option.
(0/1) Points
True
False (*)
Incorrect. Refer to Section 6 Lesson 3.
30. Which constratint specifies that the column (or combination of column)
must contain unique value AND IS NOT NULL for all rows?
(0/1) Points
CHECK
UNIQUE KEY
NOT NULL
PRIMARY KEY (*)
Incorrect. Refer to Section 6 Lesson 3.
31. When altering a table, you can decrease the width of a column if …
(Choose 3)
(0/1) Points
The decrease in column width is not less than the existing values in that
column (*)
The column contains numeric values
The table has no rows (*)
The column contains only null values (*)
Incorrect. Refer to Section 6 Lesson 3.
32. You can name a constraint or the Oracle server generates a name by
using the SYS_Cn format.
(1/1) Points
True (*)
False
Correct
33. To create a table you must identify all of the following except :
(1/1) Points
Field data types
Field values (*)
Field names
Table name
Correct
34. With the __________ and ROLLBACK statements, you have control over
making changes to the data permanent
(1/1) Points
WHERE
COMMIT (*)
INSERT
DELETE
Correct
35. You can create a marker in the current transaction by using the
SAVEPOINT statement.
(1/1) Points
True (*)
False
36. Users may view data that is in the process of being changed by another
user.
(1/1) Points
True
False (*)
Correct
40. To connect to an Oracle database you need to use a client program. True
or False?
(1/1) Points
True (*)
False
Correct
41. You can logically relate data from multiple tables using ___________.
(1/1) Points
data values
foreign keys (*)
check constraints
unique keys
Correct
43. In the SQL Commands option of APEX, you can run more than one SQL
command at a time.
(0/1) Points
True
False (*)
Incorrect. Refer to Section 6 Lesson 1.
44. In APEX SQL Workshop and Object Browser options you can view table
layouts.
(1/1) Points
True (*)
False
Correct
47. You can specify multiple columns after the DISTINCT qualifier.
(1/1) Points
True (*)
False
Correct
48. The following statement displays all the rows in the departments table:
SELECT ____ FROM departments;
(1/1) Points
* (*)
ALL
%
#
Correct