网站大量收购独家精品文档,联系QQ:2885784924

IT技能面试题附答案(国外英文资料).doc

  1. 1、本文档共23页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
IT技能面试题附答案(国外英文资料)

IT技能面试题附答案(国外英文资料) A, multiple choice (1) there are 2 rows of data in table T1, 3 rows in T2, and execution of SQL statements Select a. * from T1 a, T2 b, the number of rows returned is ______ A, 2 rows B, 3 lines C, 5 lines D, 6 rows The multi-table query does not specify the connection condition, which leads to the occurrence of the cartesian product, which returns the number of rows in the rows of two tables, and returns six rows of records Review: the understanding of multi-table joins and cartesian products Answer: A, (2), known the completely same field definition of table T1 and T2, T1, T2, each have five different data in the T1 there are 2 data in tables T2, the statement select * from T1 union select * from T2 The number of rows returned is A, 8 lines B, 10 lines C, 3 lines D, 12 lines After the second question the UNION links in the table will filter out duplicate records, so after links in the table of the result set generated by sorting operation, remove duplicate records and return the result. Review: the understanding of the UNION Answer: A, (3) the given table T1 has the field ID, the CourseID, and the Score, and the data is ID CourseID Score 3 1, 90 2 1 85 2 2 90 3 2, 80 The statement select id, sum (ScorE) from T1 group by id results in A, ID sum (ScorE) -- -- 3, 170 Two hundred and seventy-five So, B, ID sum (ScorE) -- -- Two hundred and seventy-five 3, 170 So, C, ID sum (ScorE) -- -- 2, 170 3175 So, D, and Im going to have a ScorE. -- -- 3175 2, 170 The third question, GROUP BY, GROUP BY the ID field, and the ScorE for the same field of the ID, the GROUP BY automatically collates the result set so the answer is choice B Review: group by understanding Answer: B (4), phone number table t_phonebook containing 1 million data, which created a unique index on PhoneNo number field, and telephone number all is composed of Numbers, the phone number of the pier to statistics for 321, the number of the following is written in the execution speed of the slow

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档