单选题 5. 下面哪一个语句不属于 DML?

A、 drop table
B、 select * from employee
C、 delete from employee
D、 update employee set empname=‘张三’ where empno=2005
下载APP答题
由4l***ar提供 分享 举报 纠错

相关试题

单选题 8. 在 Maven 中,以下哪个可以把多个项目整合在一起,方便快速构 建项目

A、聚合
B、继承
C、依赖
D、绑定

单选题 6. Maven 项目的核心是(),它定义了项目的基本信息,用于描述 项目如何构建,声明项目依赖等等。

A、config.xml
B、server.xml
C、pom.xml
D、m2.xml

单选题 9. 下列关于 git repository(仓库)说法错误的是

A、git 的仓库分为本地仓库与远程仓库
B、创建本地仓库有两种,一种是创建全新的仓库,一种是克隆远程的 仓库
C、从远程仓库拿取东西称之为 push
D、从本地仓库传东西到远程仓库称之为 push

单选题 4. 下面哪一个类型不是 mysql 中时间日期相关的类型()

A、date
B、year
C、month
D、timestamp

单选题 1. 显示一个数据库中有多少表的命令是哪一个?

A、show tables
B、list tables
C、use tables
D、select table

单选题 12. 检查 git 中文件状态的命令是哪个?()

A、git status
B、git diff
C、git init
D、git add

单选题 7. 在 Maven 中,使用哪个元素设置依赖的范围

A、type
B、optional
C、scope
D、exclusions

单选题 2. mysql的默认端口号是多好?

A、1433
B、3306
C、1521
D、1409