题目
题目

ECON3310001.1251 Quiz 2: Strings

单项选择题

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?

选项
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.
查看解析

查看解析

标准答案
Please login to view
思路分析
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

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!