drop table 双语例句
全部
1·Finally, the DROP table statement deletes the empty table from the schema.
最后,DROP table语句删除模式中的空表。
2·While the drop table space operations are running, execute the following script from another session.
在执行删除表空间的操作时,从另一会话执行下列脚本。
3·Note that the debugger might generate warnings related to DROP TABLE statements, which you can ignore.
注意,调试器可能会产生与DROP table语句有关的警告,可以不理会它。
4·Note that the debugger might generate warnings related to DROP TABLE statements, which can be ignored.
注意,调试器可能生成与DROP table语句相关的警告,对此可以忽略。
5·Your database user needs quite a lot database permissions, including alter table, drop table, same for index etc.
数据库用户需要相当多的权限,包括修改表格,放下表格,索引一类的也一样。
6·The syntax is simple: you append the fully qualified name and a semicolon to the DROP TABLE SQL command, and you're finished.
语法很简单:把完全限定名称和分号放在DROP TABLE SQL命令后面,就完成了。
7·After copying all rows in table SALES successfully to table SALES_TMP, the source table SALES can be dropped (drop table statement).
在把sales表中的所有行成功地复制到SALES _ tmp表之后,可以删除源表(DROP table语句)。
8·Enter the SQL from the transactiondemo-ejb.sql file (without the drop table statement) into the SQL Command text area, and click the Run SQL button, as shown in Figure 3.
将 SQL 从 transactiondemo-ejb.sql 文件(不包含 drop table 语句)输入到 SQL Command 文本区,点击 Run SQL 按钮,如 图 3 所示。
9·This same technique might be used to execute a DROP TABLE statement or to execute a system stored procedure that created a new user account and added that user to the sysadmin role.
这一技术可能会被用来执行DROP table语句,或执行创建新用户帐户并将该用户添加到sysadmin角色的系统存储过程。
10·If the collected lock event data should not be kept for further analysis purposes, the unformatted event table must be dropped manually using the drop table statement, as shown in Listing 22.
如果不需要保留所收集的锁事件数据用作将来的分析,必须使用DROP table语句手动删除非格式化事件表,如清单22所示。
