您的当前位置:首页 > TAG信息列表 > mysql面试题 > 列表
文章列表标题形式
-
Load Runner provides you with five different types of goals in a goal oriented scenario: The number of concurrent V……
-
2023-02-23一些关于MySql加速和优化的面试题1. Which will be faster out of these two queries – one with OR or one with IN? 2. Where does MyISAM cache table record……
-
2023-03-13几个MySql的面试题Which will be faster out of these two queries – one with OR or one with IN? Where does MyISAM cache table records? Wh……
-
2023-06-16MYSQL支持事务吗在缺省模式下,MYSQL是autocommit模式的,所有的数据库更新操作都会即时提交,所以在缺省情况下,mysql是不支持事务的。 但是如果你的MY……
-
2023-08-09简单叙述一下MYSQL的优化1.数据库的设计 尽量把数据库设计的更小的占磁盘空间. 1).尽可能使用更小的整数类型.(mediumint就比int更合适). 2).尽可能的……
-
2023-07-29MYSQL基础面试题1、MySQL取得当前时间的函数是?,格式化日期的函数是 2、写出 SQL语句的格式 : 插入 ,更新 ,删除 表名User Name Tel Content Date……
-
2023-12-23MySQL面试题目集锦1、MySQL取得当前时间的函数是?,格式化日期的函数是 2、写出 SQL语句的格式 : 插入 ,更新 ,删除 表名User Name Tel Content Date……
-
2024-01-25mysql有关权限的表都有哪几个MySQL服务器通过权限表来控制用户对数据库的访问,权限表存放在mysql数据库里,由mysql_install_db脚本初始化。这些权限表分别user,db……
-
2023-05-01如何提高MySql的安全性1.如果MYSQL客户端和服务器端的连接需要跨越并通过不可信任的网络,那么需要使用ssh隧道来加密该连接的通信。 2.使用set password……
-
2023-05-14介绍一下mysql的日期和时间函数这里是一个使用日期函数的例子。下面的查询选择所有 date_col 值在最后 30 天内的记录。 mysql> SELECT something FROM tbl_n……
-
2023-10-03介绍一下Mysql的存储引擎存储引擎是什么? MySQL中的数据用各种不同的技术存储在文件(或者内存)中。这些技术中的每一种技术都使用不同的存储机制、索引……
-
2023-08-06介绍一下如何优化MySql一、在编译时优化MySQL 如果你从源代码分发安装MySQL,要注意,编译过程对以后的目标程序性能有重要的影响,不同的编译方式可能得到类……
-
2023-08-18介绍一下MYSQL常用的优化技巧MySQL 自带 slow log 的分析工具 mysqldumpslow ,但是没有说明。本文通过分析该脚本,介绍了其用法。 slow log 是 MySQL 根据 SQL ……
-
2023-04-11腾讯公司的一个sql题小小+霸霸+王王=小霸王 小=?,霸=?,王=? 用sql求证 参考答案: declare @data int,@i int,@j int,@l int set @data=100 ……
-
2023-05-27MYSQL相比于其他数据库有哪些特点MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQL AB公司,现在已经被Sun公司收购,支持FreeBSD、Linux、MAC、Windows等多种操……
-
2023-02-04十一个高级MySql面试题1. Explain MySQL architecture. – The front layer takes care of network connections and security authentications, the mi……
-
2023-03-11JDBC操作数据库的基本流程是什么所有的JDBC应用程序都具有下面的基本流程: 1、建立到数据库的连接。 2、执行SQL语句。 3、处理结果。 4、从……
-
2023-06-26如何写出高质量、高性能的MySQL查询下面就某些SQL语句的where子句编写中需要注意的问题作详细介绍。在这些where子句中,即使某些列存在索引,但是由于编写了劣质的SQL,系……
-
2023-10-04通信工程面试题1. 内部初验的条件是什么? 内部验收是有华为方面和施工合作方签署的内部验收书,起作为工程付款的依据,其签署的前提条件是由于客户方……
-
Overlay Graph: It overlay the content of two graphs that shares a common x-axis. Left Y-axis on the merged graph show.s ……
-
In Running Vuser graph correlated with the response time graph you can see that as the number of Vusers increases, the a……
-
This option is used to gradually increase the amount of Vusers/load on the server. An initial value is set and a value t……
-
The standard log sends a subset of functions and messages sent during script execution to a log. The subset depends on t……
-
2023-03-07软件测试LoadRunner面试题:If you want to stop the execution of your script on error, how do you do that?The lr_abort function aborts the execution of a Vuser script. It instructs the Vuser to stop executing the Actions secti……
-
Automatic correlation from web point of view, can be set in recording options and correlation tab. Here we can enable co……