由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - CS 面试题总结(4)
相关主题
SQL 面试题,请高手指点两道简单的面试题
请教SQL面试题马上面试了,来求解一下情况
SQL, recruiter发过来的面试题amazon 1st phone interview
面试题 (statistician and optimization) --总结问道题
[合集] 面试题 (statistician and optimization) --总结[Job Opening] 3D Engine Developer - Physics and Low Level Optimization
分享两道面试题--求教高手Epic Non-Tech Assessment大概是什么样的?
一道google面试题的讨论今天收到狗家的online coding
非典型面试题SQL 面试问题
相关话题的讨论汇总
话题: part话题: query话题: developer话题: customer话题: another
进入JobHunting版参与讨论
1 (共1页)
w****t
发帖数: 33
1
8 -
Part A: We are writing a feature for customers to check how many times an up
load fee was
assessed last month. Another developer wrote the following SQL query:
SELECT c.*, t.*, FROM customer c LEFT JOIN transactions t on
t.customer_id = c.customer_id where c.name='$customer_name' ORDER BY
c.name ASC, t.date DESC;
You know nothing about the database except that it is MySQL, but your goal i
s to optimize
this query as much as you can. How would you start?
Part B: The developer uses PHP to conn
1 (共1页)
进入JobHunting版参与讨论
相关主题
SQL 面试问题[合集] 面试题 (statistician and optimization) --总结
即将入职亚麻的小硕求教一下今后发展方向分享两道面试题--求教高手
How to design the sql for this problem? (转载)一道google面试题的讨论
还有比我更悲的吗非典型面试题
SQL 面试题,请高手指点两道简单的面试题
请教SQL面试题马上面试了,来求解一下情况
SQL, recruiter发过来的面试题amazon 1st phone interview
面试题 (statistician and optimization) --总结问道题
相关话题的讨论汇总
话题: part话题: query话题: developer话题: customer话题: another