Pre1a Questions with complete solution 2024 PRE-ASSESSMENT: DATA MANAGEMENT - APPLICATIONS
D
Which kind of relationship is displayed in this entity-relationship diagram?
One-to-one binary
One-to-one unary
Many-to-many binary
Many-to-many unary
1.
A salesperson is authorized to sell m...
Pre-Assessment Studying for OA
San Francisco, CA 94110, USA
How many attributes are present in the address fragment? - correct answer
✔4.
Each entity is considered an attribute.
-San Francisco
-CA
-94110
-USA
The Package table has the following columns:
Weight
Description
LastChangedDate
TrackingNumber
Which column should be designated the primary key for the Package table? -
correct answer ✔TrackingNumber.
This is the only option that will always have to be UNIQUE.
Which SQL command is an example of data definition language (DDL)?
, UPDATE
ALTER
SELECT
DELETE - correct answer ✔ALTER
The Member table will have the following columns:
ID
FirstName
MiddleInitial
LastName
DateOfBirth
AnnualPledge
Write a SQL statement to create the Member table - correct answer
✔CREATE TABLE Member (
ID INT UNSIGNED,
FirstName VARCHAR(100),
MiddleInitial VARCHAR(1),
LastName VARCHAR(100),
DateOfBirth DATE,
AnnualPledge DECIMAL(8, 2) UNSIGNED
);
The Rating table has the following columns:
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller Academia199. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $13.49. You're not tied to anything after your purchase.