# SQL进阶教程(第二版) **Repository Path**: ying-shenghao/SQL_Advance ## Basic Information - **Project Name**: SQL进阶教程(第二版) - **Description**: SQL进阶教程第二版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-01 - **Last Updated**: 2024-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: SQL ## README 第1章“1-1 CASE表达式「 ~ "1-10 用SQL处理数列"、第3章”3-1 习题解答“的SQL代码。 code_1-1.txt 1-1 CASE表达式 code_1-2.txt 1-2 必知必会的窗口函数 code_1-3.txt 1-3 自连接的用法 code_1-4.txt 1-4 三值逻辑和NULL code_1-5.txt 1-5 EXISTS谓词的用法 code_1-6.txt 1-6 HAVING子句的力量 code_1-7.txt 1-7 用窗口函数进行行间比较 code_1-8.txt 1-8 外连接的用法 code_1-9.txt 1-9 用SQL进行集合运算 code_1-10.txt 1-10 用SQL处理数列 code_3-A.txt 3-1 习题解答