(高分)请帮忙三个问题
回答问题的时候请标名题号(不标明题号者不给分),谢谢合作!
1、What is the UDF stand for ? Name two Limitations on using UDF
2、Which one of the following has a better performance and why?
Set 1:Select @a=1;Select @b=2
Set 2:Select @a=1,@b=2
3、有名有Student的数据表如下:
Name(学生名称) Pro(科目) Score(得分)
小明 数学 90
小光 语文 70
小田 数学 80
小光 数学 70
小田 语文 90
小明 地理 70
......
请用SQL语句从上表中查询出各个学生的平均分。且输出学生名称和平均分,由大到小排列。
注:所有题目用中文回答