题目
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道考试原题与详细解析,现在登录,立即获得答案。
类似问题
In a consumer society, many adults channel creativity into buying things
Economic stress and unpredictable times have resulted in a booming industry for self-help products
People born without creativity never can develop it
A product has a selling price of $20, a contribution margin ratio of 40% and fixed cost of $120,000. To make a profit of $30,000. The number of units that must be sold is: Type the number without $ and a comma. Eg: 20000
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!