皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
设有如下创建tb_room表的语句: CREATE TABLE tb_room( rno CHAR(10) NOT NULL, rtype CHAR(20) NOT NULL, rprice INT NULL, rmemo CHAR(50) NULL); 以下语句中,能够正确实现将编号(rno)为r100的房间价格(rprice)由150180元的是( )。
A.
UPDATE tb_room SET rprice=180 WHERE rprice=150;
B.
UPDATE tb_room CHANGE rprice=180 WHERE rno='r100';
C.
UPDATE tb_room SET rprice=180 WHERE rno='r100';
D.
UPDATE tb_room SET rprice='180' WHERE rprice ='150';
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】虾蟹类的生长模式是连续式的生长
A.
正确
B.
错误
【判断题】一个类中如果没有定义构造方法,系统会默认为其分配一个方法体为空的无参构造方法。
A.
正确
B.
错误
【简答题】异常乳有哪几种?试举例说明。
【简答题】试完成下述程序片段 。public class Point{ int x,y; public Point(int x,int y){ ( )=x; ( )=y; } ...... }A. Point.x Point.y B. this.x this.y C. super.x super.y D. 无解
【判断题】产品的设计首先需要考虑它的用途即功能。
A.
正确
B.
错误
【单选题】关于心力衰竭,描述错误的是
A.
由于心脏泵血功能的下降而导致的不能满足机体所需血量的病理过程
B.
其机制是心脏前后负荷的增高或相对增高
C.
一旦发生心力衰竭,预示心脏功能出现不可逆的恶化
D.
强心药物使用不当,可以使心力衰竭加重
【单选题】试完成下述程序片段。 public class Point { int x, y; public Point(int x, int y) { (________) = x; (________) = y; } }
A.
Point.x   Point.y
B.
无解
C.
this.x  this.y
D.
x1   y1
【单选题】试完成下述程序片段 。 public class Point{ int x,y; public Point(int x,int y){ ( )=x; ( )=y; } ...... }
A.
Point.x   Point.y
B.
this.x   this.y
C.
super.x  super.y
D.
无解
【单选题】试完成下述程序片段 public class Point{ int x,y; public Point(int x,int y){ ( )=x; ( )=y; } ... }
A.
Point.x   Point.y
B.
无解
C.
x1 y1
D.
this.x this.y
【简答题】试完成下述程序片段( )。 public class Point{ int x,y; public Point(int x,int y){ ( )=x; ( )=y; } ... }A. Point.x   Point.y B. 无解 C. x1  y1 D. this.x   this.y
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题