Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU D427 Objective Assessment final exam and practice exam complete 300 questions covering data modeling, SQL queries, database design, normalization, and relational database management systems.

Rating
-
Sold
-
Pages
99
Grade
A+
Uploaded on
24-05-2025
Written in
2024/2025

What are the basic components of a table in a relational database? - ANSWER-- A table has a name, a fixed sequence of columns, and a varying set of rows. - A column has a name and a data type. - A row is an unnamed sequence of values. Each value corresponds to a column and belongs to the column's data type. - A cell is a single column of a single row. - A table must have at least one column but any number of rows. A table without rows is called an empty table. Refer to the Employee table. Identify a column name, a cell value, and the components of a column. nEmployeenID Name Salaryn2538 Lisa Ellison 45000n5384 Sam Snead 30500n6381 Maria Rodriguez 92300 - ANSWER-- Column name: Salary - Cell value: 30500 - Components of a column: Name and data type

Show more Read less
Institution
WGU D427 Objective Assessment
Course
WGU D427 Objective Assessment

Content preview

1|Page


WGU D427 Objective Assessment final exam and
practice exam complete 300 questions covering data
modeling, SQL queries, database design,
normalization, and relational database management
systems.




What are the basic components of a table in a relational
database? - ANSWER-- A table has a name, a fixed sequence of
columns, and a varying set of rows. - A column has a name and a
data type. - A row is an unnamed sequence of values. Each value
corresponds to a column and belongs to the column's data type. -
A cell is a single column of a single row. - A table must have at
least one column but any number of rows. A table without rows
is called an empty table.


Refer to the Employee table. Identify a column name, a cell
value, and the components of a column. \nEmployee\nID Name
Salary\n2538 Lisa Ellison 45000\n5384 Sam Snead
30500\n6381 Maria Rodriguez 92300 - ANSWER-- Column
name: Salary - Cell value: 30500 - Components of a column:
Name and data type

,2|Page




What are the four main rules that tables must obey in a relational
database? - ANSWER-1. Exactly one value per cell. A cell may
not contain multiple values. Unknown data is represented with a
special NULL value. 2. No duplicate column names. Duplicate
column names are allowed in different tables, but not in the
same table. 3. No duplicate rows. No two rows may have
identical values in all columns. 4. No row order. Rows are not
ordered. The organization of rows on a storage device, such as a
disk drive, never affects query results.


What is the principle of data independence? - ANSWER-The
principle of data independence states that the result of a database
query is not affected by the physical organization of data on
storage devices. This allows database administrators to improve
query performance by changing the organization of data on
storage devices without affecting query results.


How do most databases handle tables with duplicate rows, and
why might they allow duplicates temporarily? - ANSWER-Most
databases allow tables with duplicate rows in violation of the no
duplicate rows rule, but these tables are usually temporary. For
example, external data with duplicate rows might be loaded into
a temporary table, and the duplicate rows are normally
eliminated as data is moved to a permanent table.

,3|Page




Write a SQL statement to create an Employee table with
columns ID (integer), Name (variable-length string with max 60
characters), BirthDate (date), and Salary (decimal with 7 digits
and 2 decimal places). - ANSWER-CREATE TABLE Employee
( ID INT, Name VARCHAR(60), BirthDate DATE, Salary
DECIMAL(7,2) );


Write a SQL statement to delete the Employee table. -
ANSWER-DROP TABLE Employee;


True or False: The statement `CREATE TABLE Employee (ID
INT, Name VARCHAR(60), BirthDate DATE, Salary
DECIMAL(7,2));` creates an Employee table with 4 columns. -
ANSWER-True


True or False: The Name column in the Employee table contains
character string values. - ANSWER-True


True or False: The statement `DROP TABLE Employee;` deletes
the Employee table. - ANSWER-True

, 4|Page


True or False: The DROP TABLE statement does not delete the
table unless the table is empty. - ANSWER-False. The table is
deleted regardless of how many rows are in the table.


Write a SQL statement to create a Product table with columns:
ID (integer), Name (variable-length string with max 40
characters), ProductType (variable-length string with max 3
characters), OriginDate (date), and Weight (decimal with 6
significant digits and 1 digit after the decimal point). -
ANSWER-CREATE TABLE Product ( ID INT, Name
VARCHAR(40), ProductType VARCHAR(3), OriginDate
DATE, Weight DECIMAL(6,1) );


What does the ALTER TABLE statement do, and what are the
three main clauses used with it? - ANSWER-The ALTER
TABLE statement adds, deletes, or modifies columns in an
existing table. The three main clauses are: 1. **ADD:** Adds a
column. ALTER TABLE TableName ADD ColumnName
DataType; 2. **CHANGE:** Modifies a column. ALTER
TABLE TableName CHANGE CurrentColumnName
NewColumnName NewDataType; 3. **DROP:** Deletes a
column. ALTER TABLE TableName DROP ColumnName;


Write a SQL statement to add a column called Description
(variable-length string with max 50 characters) to the

Written for

Institution
WGU D427 Objective Assessment
Course
WGU D427 Objective Assessment

Document information

Uploaded on
May 24, 2025
Number of pages
99
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • wgu d427
  • wgu d427 objective
$25.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
johnkabiru Chamberlain College Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
3313
Member since
3 year
Number of followers
2670
Documents
6776
Last sold
5 days ago
TopGrade Tutoring: Expert Psychology, Nursing, HR & Math Resources

Welcome to my academic support store—your trusted destination for premium homework help and expert tutoring services. I specialize in core subjects including Psychology, Nursing, Human Resource Management, and Mathematics, providing students with high-quality, meticulously crafted academic resources designed to promote excellence. My mission is simple: to deliver scholarly, reliable, and results-driven content that empowers students to achieve outstanding grades with confidence. Every resource I create is carefully researched, well-structured, and tailored to meet academic standards, ensuring clarity, accuracy, and depth. Recognized as one of Stuvia’s BEST GOLD RATED TUTORS, I am committed to maintaining a reputation built on quality, integrity, and student success. Whether you need support with quizzes, exams, assignments, or comprehensive study guides, I prioritize your goals and work diligently to help you excel. Your academic success is my priority—expect excellence, professionalism, and results you can count on.

Read more Read less
3.7

572 reviews

5
232
4
122
3
121
2
25
1
72

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions