【单选题】【消耗次数:1】
Show me your ____ hand. Can you move it like that?
another
the other
other
the others
参考答案:
复制
纠错
相关题目
【单选题】 Show me your ______hand. Can you move it like that?
①  another
②  the other
③  other
④  the others
【单选题】 A: Now lets move on to another topic. Can you follow me? B: [填空], Professor.
①  No, I am not
②  Yes, perfectly
③  Yes, I will
④  No, I havent
【单选题】 A: Can you give me a hand? B: [填空].
①  I can give you both hands
②  Im all yours
③  The pleasure is mine
④  Ill watch your back
【判断题】 On the one hand, I want to sell the house, but on other hand I can’t? bear the thought of moving.
①  正确
②  错误
【判断题】 A: That box is too heavy for me to lift. B: Ill give you a hand.
①  正确
②  错误
【判断题】 A: Could you show me your passport? B: Sure.
①  正确
②  错误
【单选题】 If you show your key, you can get a 10% ( )at the restaurant here.
①  count
②  discount
③  cheap
④  discussion
【单选题】 Sorry to interrupt, but can you give me another copy of the handout?
①  No, of course not
②  Certainly
③  I’m sorry to hear that
④  By no means, but it’s impossible
【单选题】 A: Would you like me to feed your cats while youre on your holiday? B: [填空].
①  I appreciate it, but Ive already fed them
②  No problem, I was more than glad to do it
③  Thanks for offering your help, but my sisters going to do it
④  Certainly, feeding cats is my favorite pastime
【判断题】 This is too heavy for you. Let me give you a hand.划线部分应该翻译成“帮你一下”
①  正确
②  错误
随机题目
【判断题】 创建视图时不能使用ORDER BY子句。
①  正确
②  错误
【多选题】 设有一个学生选课数据库,其包括学生表S、课程表C和学生选课表SC三个关系: S(SNO, SNAME, SAGE, SSEX, SDEP); C(CNO, CNAME); SC(SNO, CNO, GRADE),其中SNO是学生号,SNAME是学生姓名,SAGE是年龄,SDEP是学生所在系,CNO是课程号,CNAME是课程名称,那么“查询计算机科学系年龄大于19岁的学生”的SQL语句为( )。
①  A.SELECT* FROM S WHERE SDEP = ‘CS’ EXCEPT SELECT* FROM S WHERE SAGE
②  B.SELECT* FROM S WHERE SDEP = CS AND SAGE
③  C.SELECT* FROM S WHERE SDEP = CS AND SAGE
④  D.SELECT* FROM S WHERE SDEP != CS AND SAGE
【判断题】 SELECT语句中的条件可以用WHERE或HAVING引出,但HAVING必须在GROUP BY之后使用。
①  正确
②  错误
【判断题】 SQL中修改一个关系表的属性列需要使用UPDATE命令。
①  正确
②  错误
【判断题】 单个数据库中模式和内模式都可以有多个。
①  正确
②  错误
【多选题】 下面关于自然连接和等值连接的叙述中,正确的是( )
①  A.自然连接是一种特殊的等值连接
②  B.自然连接要求在两个关系中有公共属性,而等值连接不必
③  C.两种连接都可以只用笛卡尔积和选择运算导出
④  D.自然连接要在结果中去掉重复的属性,而等值连接不必
【多选题】 数据库系统所具有的数据独立性是( )
①  A.系统独立性
②  B.物理独立性
③  C.逻辑独立性
④  D.设备独立性
【多选题】 对关系的描述正确的是( )
①  A.关系是一个集合
②  B.关系中一个属性可以由多个子属性组成
③  C.关系中不允许任意两个元组取值完全相同
④  D.关系中的元组次序可交换
【单选题】 假设建立如下关系模式选课(学号,课程号,成绩)时需要设定“成绩限制在0-100之间”,这种约束属于DBMS的( )功能。
①  A.安全性
②  B.完整性
③  C.并发控制
④  D.恢复
【单选题】 使用二维表格结构表达实体及实体间联系的数据模型是( )
①  A.层次模型
②  B.网状模型
③  C.关系模型
④  D.联系模型