Screen Link: <!-Learn data science with Python and R projects Enter URL of the screen below–>
My Code:
Replace this line with your code
What I expected to happen:
What actually happened:
Replace this line with the output/error
My question I understand support_rep_id from the customer table is Integer. (No issue there)
hire_date from employee table is Text because there is no storage table for date so database stores as text(No issue there)
phone column from employee table is considered text,. Is it because it contains the + and parenthesis ?