易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

What does the TRUNCATE statement do?()

A、Removes the table

B、Removes all rows from a table

C、Shortens the table to 10 rows

D、Removes all columns from a table

E、Removes foreign keys from a table

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • The EMP table contains these columns: LAST NAME VARCHAR2(25) SALARY NUMBER(6,2) DEPARTMENT_ID NUMBER(6) You need to display the employees who have not been assigned to any department. You write the SELECT statement: SELECT LAST_NAME, SALARY, DEPARTMENT_ID FROM EMP WHERE DEPARMENT_ID = NULL; What is true about this SQL statement? ()

    A、The SQL statement displays the desired results.

    B、The column in the WHERE clause should be changed to display the desired results.

    C、The operator in the WHERE clause should be changed to display the desired results.

    D、The WHERE clause should be changed to use an outer join to display the desired results.

  • 在powerpoint2010中,演示模板的默认扩展名是()。

  • 制图国家标准规定,图纸幅面尺寸应优先选用()几种基本幅面尺寸。

    A、3

    B、4

    C、5

    D、6

  • 对于二维数组a[1..6,1..8],设每个元素占2个存储单元,且以列为主序存储,则元素a[4,4]相对于数组空间起始地址的偏移量是()个存储单元。

    A、28

    B、42

    C、48

    D、54

  • 软件测试的目的是(  )。

    A、评估软件可靠性

    B、发现并改正程序中的错误

    C、改正程序中的错误

    D、发现程序中的错误

联系客服 会员中心
TOP