博客
关于我
数据库 面试题 实战解答
阅读量:237 次
发布时间:2019-03-01

本文共 2171 字,大约阅读时间需要 7 分钟。

??????SQL??????

1. ???????

??????????????????????????????????????????????????????????????????????????????????????

2. ??????????

?????????SQL?????????????????????????????????????????????????????????SQL?

3. ????????

???

  • ????????????????????????
  • ??????????????????
  • ??????????????
  • ???????????????
  • ??????????????????????

???

  • ?????????????????????
  • ???????????????????
  • ??????????????????

4. ????????

??????????????????????

  • ??????????????
  • ????????????????
  • ?????????????????
  • ??????????????????

5. ???????

??????????????????????new????????free?delete???????????????????

6. ?????????????

??????????????CHECK???????????????????????????????????????????????

7. ???????

???????SQL???????????????????????????????ACID???????????????????

???????????????????????

  • ?????????????????
  • ??????????????
  • ????????????
  • ?????????????????????

8. ??????????

??????????????????????????

  • ??????????JOIN???
  • ????????????
  • ?????????????????????

9. where?having???

  • where?????????????????????????
  • having????????????????????????????

10. on?in???

  • on????????????????????????
  • in???????????????????????????

11. union?union all???

  • union?????????????????????????
  • union all?????????????????????????

12. ???????

  • ?????????????
  • ???????????????
    • ?????????????????????
    • ???????????????????????

13. ????????????????

???????????????????????????????????????????????

14. SQL????

  • NOT NULL????????
  • UNIQUE???????
  • PRIMARY KEY?????????????
  • FOREIGN KEY???????????????
  • CHECK??????????

15. ???????

  • ????????????????????????????????????????????
  • ???????????????????????????????????????

16. ??????

  • Read Uncommitted??????????????????
  • Read Committed???????????????????
  • Repeatable Read?????????????????????????
  • Serializable?????????????????????

17. Truncate vs Delete

  • Truncate??????????????ROLLBACK??????????
  • Delete???????????ROLLBACK???????????

18. ????????

  • ???????????????????
  • ?????
  • ???cursor c [????] is SELECT???
  • ???open c?
  • ???fetch c into???
  • ???close c?

19. ??????????

  • ????????????????
  • ??????????????????????????

20. Oracle vs MySQL??

  • ?????MySQL???????????????Oracle??????????
  • ?????MySQL???????????Oracle??????????????
  • ?????MySQL?InnoDB?????Oracle??????????????????

??

????????????????????????????????????????????????????????????????????????

转载地址:http://yxnv.baihongyu.com/

你可能感兴趣的文章
python 写入json数据到数据库
查看>>
Python 出现 TypeError: ‘encoding‘ is an invalid keyword argument for this function 解决方法
查看>>
python 出现 TypeError: ‘list‘ object is not callable 的解决方法
查看>>
python 函数1
查看>>
python 函数学习
查看>>
Python 函数随笔 map()函数,lambda自定义函数
查看>>
Python 分析天气,告诉你中秋应该去哪里
查看>>
python 列表中dict中key排序
查看>>
python 列表函数
查看>>
Python 列表删除相同的元素
查看>>
python 列表生成式
查看>>
Python 列表解析 大文件
查看>>
python 列表转字典方法
查看>>
Python 列表(List)概述-ChatGPT4o作答
查看>>
Python网络爬虫基础进阶到实战教程
查看>>
Python 初学者需要知道的四条建议
查看>>
Python 判断字符串是否包含子字符串
查看>>
python 判断当前时间是否为零点
查看>>
python 利用pandas读取本地中CSV文件的指定列 列名重命名 并保存回本地
查看>>
python 利用pyspark读取HDFS中CSV文件的指定列 列名重命名 并保存回HDFS
查看>>