数据库三级考试真题汇总 创建分区函数、分区方案、分区表 题目一 ---创建分区函数 create partition function RangPF1(int) AS RANGE LEFT FOR VALUES (100,20,300)