Questions
Questions

ECON3310001.1251 Quiz 2: Strings

Single choice

Suppose you are studying a dataset of sales by county (table 1). Unfortunately, you are missing the county codes, so you need to compare names. In your dataset, county names appear as "COOK", "KNOX", "AUTAUGA", "NEW CASTLE", etc. You want to match (join) this information with another table (table 2) where counties are named as "Cook", "Knox", "Autauga", "New Castle". Which of the following would allow you to perform the match?

Options
A.Keep table 1 unchanged and use tolower() in table 2.
B.Keep table 1 unchanged and use toupper() in table 2.
C.Use tolower() in table 1 and toupper() in table 2.
D.Use toupper() in table 1 and tolower() in table 2.
E.Use tolower() in table 1 and keep table 2 unchanged.
View Explanation

View Explanation

Verified Answer
Please login to view
Step-by-Step Analysis
Question restatement: You have two tables with county names, but table 1 uses all-uppercase codes like "COOK", "KNOX", "AUTAUGA" while table 2 uses mixed case like "Cook", "Knox", "Autauga". You want to join these tables by county name. Which option would allow a successful match? Option 1: Keep table 1 unchanged and use tolower() in table 2. - Why this fails: Table 1 values are in uppercase (COOK). If you convert table 2 to lowercase (Cook -> co......Login to view full explanation

Log in for full answers

We've collected over 50,000 authentic exam questions and detailed explanations from around the globe. Log in now and get instant access to the answers!

More Practical Tools for Students Powered by AI Study Helper

Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!