head.md 507 字节
Newer Older
M
Mars Liu 已提交
1 2 3 4 5 6 7 8
# 首尾

关于 window function 的首尾操作,以下说法正确的是:

1. FIRST_VALUE(expr)函数返回第一个expr的值。
2. LAST_VALUE(expr)函数返回最后一个expr的值。


M
Mars Liu 已提交
9 10
<hr/>

M
Mars Liu 已提交
11
点击进入[MySQL实战练习环境](https://mydev.csdn.net/product/pod/new?image=cimg-centos7-skilltreemysql&connect=auto&create=auto&utm_source=skill)
M
Mars Liu 已提交
12 13
* `show databases` 列出所有数据库
* `show tables` 列出所有表
M
Mars Liu 已提交
14

M
Mars Liu 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
## 答案

全部都对

## 选项

### A

全都不对

### C

1

### D

2