Question: You are preparing to analyze some sales data and have a large amount of information in an Excel spreadsheet. You have decided to convert the
You are preparing to analyze some sales data and have a large amount of information in an Excel spreadsheet. You have decided to convert the Excel spreadsheet to a relational database. What is your first step?
point
Get the data into the database.
Clean and split the data into load files.
Create the physical database objects.
Create a logical and physical database design.
Question
What is a referential constraint?
point
This occurs when one table cant find a matching entry in another table.
This occurs when there is a onetomany relationship between tables.
This occurs when there is a manytomany relationship between tables.
This occurs when there is a primary keyforeign key relationship between two tables.
Question
What is a common tool or language used to clean and split data into load files?
point
Excel
Java
Python
SQL
Question
Why is the SQL LOAD command recommended over the IMPORT command for large amounts of data?
point
The LOAD command performs SQL INSERT statements for a group of rows and commits them periodically, saving transaction process time.
The LOAD command is not recommended for large amounts of data. IMPORT is a much better choice.
The LOAD command bypasses the database transactional logging mechanism, making it fast and efficient.
The LOAD command uses transactional logging making it fast and efficient.
Question
Which type of plots are specifically employed to visualize the median and distribution, both within a category and across categories?
point
Scatter plots
Pie charts
Line graphs
Boxplots
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
