查看完整版本: 面试的一点收获

yjfhg 2007-5-29 22:24

面试的一点收获

以前做过一段时间的报表,今天面试才发现很多知识掌握的还不是全面的,整理几个知识点.
1.分析函数
    1. 自动汇总函数rollup,cube,

  2. rank 函数, rank,dense_rank,row_number

  3. lag,lead函数

  4. sum,avg,的移动增加,移动平均数

  5. ratio_to_report报表处理函数

  6. first,last取基数的分析函数
2.Combine data from one or more SELECT statements.

[indent]SELECT command  {UNION | UNION ALL | INTERSECT | MINUS} SELECT commandkey:

UNION - Combine the unique rows returned by 2 SELECT statements

UNION ALL - Combine the rows returned by 2 SELECT statements (including all duplicates)

INTERSECT - Return only those rows that are in *both* SELECT statements

MINUS - Return the rows that are in the first SELECT but not the second[/indent]

3.  START WITH and CONNECT BY in Oracle SQL
[indent]The start with .. connect by clause can be used to select data that has a hierarchical relationship (usually some sort of parent->child (boss->employee or thing->parts).
It is also being used when an sql execution plan is explained. recurse-condition can make use of the keyword prior: [/indent]

mydarkhorse 2007-5-30 14:03

感觉好复杂啊!

barcelona 2007-5-31 11:20

恩 看下 好好 楼上的莫怕呵呵

Jessica_whsljj 2007-6-4 11:15

面试数据库的?

logtime 2007-6-7 16:00

写了些让人看不懂的东西!郁闷

applejuzi 2007-6-8 09:56

看不懂,一开始还以为是有关测试的面试

Mary_archer 2007-6-26 15:16

呵呵,看不懂

用什么开发报表,这些函数是哪里的?
看不太懂啊,^_^

songym2007 2007-6-29 11:11

同感

Babby 2007-7-24 14:01

报表管理员?

lijuansun 2007-7-27 17:06

晕!

kingdees 2007-8-9 18:00

sdlkfj6

wgs0923 2007-9-11 10:41

怎么面试这些东西呀?
面试开发还是DBA啊?

ddonking 2007-9-11 18:23

sdlkfj8 不懂。。。!嘛玩意呀?

meng0819 2007-9-13 10:56

数据挖掘方面的?

颜竹儿 2007-9-21 14:49

多看程序流程图啊

颜竹儿 2007-9-21 14:49

我去面试第一关就不看测试

我去面试第一关就不看测试

颜竹儿 2007-9-21 14:50

考逻辑思维啊

yanzs0120 2007-12-13 20:56

什么东东看不懂啊???

chengshi_101010 2008-4-1 22:30

晕了!

翟伟姣 2008-4-3 16:20

真的有点晕了,这是面试的吗?感觉好像没关系

zkfxysy 2008-5-23 12:42

真的有点晕了,这是面试的吗?感觉好像没关系

一滴水 2008-6-1 12:18

数据库面试啊,看不懂唉。

shhuangfy 2008-6-25 17:40

真没看明白
页: [1]
查看完整版本: 面试的一点收获