The winds with the greatest effect on the set,drift,and dept

题目
单选题
The winds with the greatest effect on the set,drift,and depth of the equatorial currents are the().
A

doldrums

B

horse latitudes

C

trade winds

D

prevailing westerlies

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

CREATE TABLE dept(deptno NUMBER(2),dname VARCNAR2(14),1oc VARCNAR2 (13));ROLLBACK;DESCRIBE DEPTWhat is true about the set? ()

A. The DESCRIBE DEPT statement displays the structure of the DEPT table.

B. The ROLLBACK statement frees the storage space occupies by the DEPT table.

C. The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.

D. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.


参考答案:A

第2题:

Which of the following statements eliminates all but one of each set of duplicate rows in the DEPT column in the STAFF table?()

A.SELECT UNIQUE dept FROM staff

B.SELECT DISTINCT dept FROM staff

C.SELECT (dept) UNIQUE FROM staff

D.SELECT (dept) DISTINCT FROM staff


参考答案:B

第3题:

设有关系模式:student(sno, sname, age, dept),现利用命令: CREATE VIEW stu AS SELECT *FROM student WHERE dept="cs"WITH CHECK OPTION 创建了一个视图。则以下SQl命令中能正确执行的是

A.UPDATE stu SET dept="maths"

B.UPDATE stu SET dept="maths"WHERE age>=20

C.INSERT INTO stu VALUES ("2004001", "John", 30, "cs")

D.INSERT INTO stu VALUES ("2004001", "John", 50, "maths")


正确答案:C

第4题:

Which of the following statements eliminates all but one of each set of duplicate rows in the DEPT column in the STAFF table?()

  • A、SELECT UNIQUE dept FROM staff
  • B、SELECT DISTINCT dept FROM staff
  • C、SELECT (dept) UNIQUE FROM staff
  • D、SELECT (dept) DISTINCT FROM staff

正确答案:B

第5题:

A dead reckoning (DR) plot ______.

A.must utilize magnetic courses

B.must take set and drift into account

C.should be replotted hourly

D.should be started each time the vessel’s position is fixed


正确答案:D
得到新的船位后,行迹推算应重新开始。

第6题:

Evaluate the set of SQL statements:What is true about the set?()

A. The DESCRIBE DEPT statement displays the structure of the DEPT table.

B. The ROLLBACK statement frees the storage space occupies by the DEPT table.

C. The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.

D. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.


参考答案:A

第7题:

设有关系模式:student(sno,sname,age,dept),现利用命令: CREATE VIEW stu AS SELECT * FROM student WHERE dept="cs"WITH CHECK OPTION创建了一个视图。则以下SQL命令中能正确执行的是( )。

A.UPDATE stu SET dept="maths"

B.UPDATE stu SET dept="maths"WHERE age>=20

C.INSERT INTO stu VALUES("2004001","John",30,"CS")

D.INSERT INTO stu VALUES("200400l","John",50,"maths")


正确答案:C

第8题:

对于学生信息表:student(sno,sname,sex,age,dept),如果把学生“小明”的姓名改为“小强”,则正确的语句是( )。

A)UPDATE SET sname=‘小明’WHERE sname=‘小强’

B)UPDATE student SET sname=‘小明’WHERE sname=‘小强’

C)UPDATE student SET sname=‘小强’

D)UPDATE student SET sname=‘小强’WHERE sname=‘小明’


正确答案:D
更新操作语句的一般格式为:

更新指定表中满足谓词的记录,把这些记录按照SET子句中的表达式更新相应字段上的值。本题所选的记录应当满足谓词WHERE sname=‘小明’,要更新成sname=‘小强’。

第9题:

Evaluate the set of SQL statements: CREATE TABLE dept (deptno NUMBER(2), dname VARCHAR2(14), loc VARCHAR2(13)); ROLLBACK; DESCRIBE DEPT What is true about the set?()

  • A、The DESCRIBE DEPT statement displays the structure of the DEPT table.
  • B、The ROLLBACK statement frees the storage space occupied by the DEPT table.
  • C、The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.
  • D、The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.

正确答案:A

第10题:

填空题
The Coriolis Effect cause westward-running trade winds, hurricanes and eastward-running jet streams.____

正确答案: G
解析:
根据题干信息“the Coriolis Effect”可以定位到G段“The Coriolis Effect, a product of the Earth’s rotation, affects this system as well. It causes large weather systems, like hurricanes, to rotate. It helps create westward-running trade winds near the equator and eastward-running jet streams in the northern and southern hemispheres.”,The Coriolis Effect作为地球上循环运动的产物,也影响着该系统,它能导致大规模的天气变化,如飓风、赤道附近的向西信风、南北半球的向东高速气流,故匹配段落为G。

更多相关问题