l******h 发帖数: 855 | 1 有个interview, 电话里问我mysql会不会, 我腆着脸说会,打算现在恶补. 请问有没
有好一点的参考书可以看的,谢谢~ |
l*********s 发帖数: 5409 | 2 any online tutorial covers the basic syntax, which is very simple. |
l******h 发帖数: 855 | 3 and useful in interview?
【在 l*********s 的大作中提到】 : any online tutorial covers the basic syntax, which is very simple.
|
h***i 发帖数: 3844 | 4 面试一般都是left join,right join,where, having之类的简单东西吧,还当场让
你code 一个复杂的么,他们自己不看manual 要记得住也不容易吧。
【在 l******h 的大作中提到】 : and useful in interview?
|
s******r 发帖数: 1524 | 5 当初我面试人的时候就随便抓一个作过的东西问一下,主要看看思路,答不上来也不意
味fail. 问一个partition by,新手多半不知道。
【在 h***i 的大作中提到】 : 面试一般都是left join,right join,where, having之类的简单东西吧,还当场让 : 你code 一个复杂的么,他们自己不看manual 要记得住也不容易吧。
|
h***i 发帖数: 3844 | 6 sql查查manual就知道,其实interview这真无聊
【在 s******r 的大作中提到】 : 当初我面试人的时候就随便抓一个作过的东西问一下,主要看看思路,答不上来也不意 : 味fail. 问一个partition by,新手多半不知道。
|
s******r 发帖数: 1524 | 7 you assume everyone know SQL,
knows how to translate the logic into SQL
knows how to write SQL efficiently
knows how to translate logic to SQL efficiently
knows the difference between different platform
......
Even manual, it takes time to read.
SAS 读一读‘little sas book'就好了,其实interview很无聊
【在 h***i 的大作中提到】 : sql查查manual就知道,其实interview这真无聊
|
h***i 发帖数: 3844 | 8 面的时候问SAS是挺无聊的。
【在 s******r 的大作中提到】 : you assume everyone know SQL, : knows how to translate the logic into SQL : knows how to write SQL efficiently : knows how to translate logic to SQL efficiently : knows the difference between different platform : ...... : Even manual, it takes time to read. : SAS 读一读‘little sas book'就好了,其实interview很无聊
|
l******h 发帖数: 855 | 9 问问学过sas adv后的macro 和sql 对于真正的mysql overlap 有多少??? |
G*****u 发帖数: 1222 | 10 sas macro跟sql有关系吗?
proc sql跟sql好像没啥区别 至少我没感觉出来 一般的功能都有 proc sql的得多写两
句 别的别啥
给你两个我最近一次面试被问的sql问题
1.difference between where and having clause
我当时的回答: a. where used after before group by cluase and having used
after group by claue; b. the aggregate function is not allowed in where
clause
2. difference between procedure and function
我的回答:a.function requires input values; b. function returns values while
procedure returns a table |
l******h 发帖数: 855 | 11 谢谢你啦 :D 很有用, 我有点明白该怎么准备了. 其实, 就算自己没有上手操作过,
面试时泛泛地纸上谈兵,也是可以的是吧.
while
【在 G*****u 的大作中提到】 : sas macro跟sql有关系吗? : proc sql跟sql好像没啥区别 至少我没感觉出来 一般的功能都有 proc sql的得多写两 : 句 别的别啥 : 给你两个我最近一次面试被问的sql问题 : 1.difference between where and having clause : 我当时的回答: a. where used after before group by cluase and having used : after group by claue; b. the aggregate function is not allowed in where : clause : 2. difference between procedure and function : 我的回答:a.function requires input values; b. function returns values while
|
s******r 发帖数: 1524 | 12 时间紧的话,不如去玩两天ms access, 有个半天就有个基本概念了.其他的要熬时间,也
急不得
【在 l******h 的大作中提到】 : 谢谢你啦 :D 很有用, 我有点明白该怎么准备了. 其实, 就算自己没有上手操作过, : 面试时泛泛地纸上谈兵,也是可以的是吧. : : while
|