当前位置:网站首页>0801~ Interview questions
0801~ Interview questions
2022-08-02 12:31:00 【Life is so hard】
What is the difference between the storage engine InnoDB and MyISAM?
InnoDB supports transactions, while MyISAM does not;
InnoDB can set foreign keys, while MyISAM does not support foreign keys;
InnoDB query select count(1) requires table scan, and MyISAM has variables to count the number;
InnoDB is a clustered index, while MySAM is a non-clustered index;
What is the difference between truncate, delete, and drop?
truncate deletes the data of the entire table;
Delete directly deletes the data corresponding to the id if the judgment condition is id, and directly deletes the data of the entire table if it is directly from the table name;
drop can be used to delete a table (drop from table name) or a database (drop from database);
Execution speed drop>truncate>delete
边栏推荐
猜你喜欢
SQL Server修改数据
1.3快速生成树协议RSTP
svg实现的树木四季变化
力扣977-有序数组的平方——暴力法&双指针法
simulink PID auto-tuning
以Boost为例的type3电压环补偿器实例
网站自动翻译-网站批量自动翻译-网站免费翻译导出
darknet训练yolov4模型
How to set up wireless PPI communication between Weiluntong touch screen and S7-200smart?
DTG-SSOD: The latest semi-supervised detection framework, Dense Teacher (with paper download)
随机推荐
js秒表倒计时插件
js九宫格样式抽奖插件
如何更好评估信用贷风险?看这场评分卡模型直播就可以了
Lexicon 27 - Remove Elements - Simple Questions
Likou 58 - Left Rotation String
Golang map数组按字段分类
数据湖(二):什么是Hudi
SQL Server 数据库之导入导出数据
消除气泡解救蘑菇h5小游戏源码
手撸架构,Redis面试41问
JVM学习----垃圾回收调优
zabbix automated monitoring script
免费文档翻译-免费批量文档翻译软件推荐
How to better assess credit risk?Just watch this scorecard model live
免费的中英文翻译软件-自动批量中英文翻译软件推荐大全
js半圆环加载进度动画js特效
SQL Server2019安装步骤及脱机安装Microsoft机器学习组件下一步不能继续的问题
喜迎八一 《社会企业开展应聘文职人员培训规范》团体标准出版发行会暨橄榄枝大课堂上线发布会在北京举行
力扣977-有序数组的平方——暴力法&双指针法
After Effects 教程,如何在 After Effects 中对蒙版进行动画绘制?