题目内容

可见光中频率最高的是( )色光。

A. 红
B. 黄
C. 蓝
D. 紫

查看答案
更多问题

当检测物体为不透明时,应优先选用( )光电开关。

A. 光纤型
B. 槽式
C. 对射式
D. 漫反射式

hsqldb的默认端口是

A. 8080
B. 80
C. 9001
D. 3360

创建表格的SQL语句的正确描述

A. create student(int id,String name)
B. create table student(int id,String name)
C. create table student(id int,name String)
D. create table student(id int,name varchar(20))

表student中的包含两个字段,整型的id,字符串型的name。向表student中插入一条记录的正确SQL语句( )

A. insert into student(2018001,“张三”)
B. insert into student values(2018001,'张三')
C. insert into student(2018001,'张三')
D. insert into student values (2018001,“张三”)

答案查题题库