Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PART 1 Creating the Table and Importing the Data 1 . Create the table with appropriate data types a . Name the table customer _

PART 1 Creating the Table and Importing the Data
1. Create the table with appropriate data types
a. Name the table customer_spending
b. Reuse the column titles from the csv, do not change these
c. When selecting data types for your tables, ensure they accommodate the full
range of values and avoid truncating any values. Ensure that decimals, lengths,
and other specifications are sufficient for all data to be imported completely.
i. You must declare precision and scale when applicable.
ii. Go bigger if needed- you will not lose points for adding extra space but
you will lose points if your data types do not accommodate all values.
iii. Do not use double precision as a data type in this assignment.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions