网页
图片
视频
学术
词典
地图
更多
航班
笔记本
drop table
美
英
na.
(一边连在墙上,使用时可放下的)连墙桌
网络
删除表;表名;在用户模式中删除表
英汉
网络释义
na.
1.
(一边连在墙上,使用时可放下的)连墙桌
1.
删除表
访问SQLite数据库_雨痕_百度空间 ... DROPINDEX: 删除索引。
DROPTABLE
:
删除表
。 DROPTRIGGER: 删除触发器。 ...
hi.baidu.com
|
基于10个网页
2.
表名
Oracle PL/SQL 编程手册,JAVA/AJAX... ... withcheckoption 选项
droptable
表名
dropview 视图名 ...
www.alixixi.com
|
基于3个网页
3.
在用户模式中删除表
Oracle... ... CREATEANYTABLE 在任何模式中创建表
DROPTABLE
在用户模式中删除表
DROPANYTABLE 在任何模式中删 …
space.itpub.net
|
基于 1 个网页
4.
表的删除
....2表结构的修改(ALTERTABLE)4.1.3
表的删除
(
DROPTABLE
)4.2SQL的数据修改功能4.2.1删除(DELETE)4.2.2插入(…
www.amazon.cn
|
基于 1 个网页
5.
表格名
MYSQL基本知识 学习笔记 1... ... create table 声明语句中:
DROPTABLE
表格名
——删除表格 TRUNCATETABLE 表格名 —…
www.cnblogs.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
连墙桌
连墙桌
,
删除表
删除表
,
表名
表名
,
在用户模式中删除表
在用户模式中删除表
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Note
that
the
debugger
might
generate
warnings
related
to
DROP TABLE
statements
,
which
can
be
ignored
.
注意
,
调试器
可能
生成
与
DROPTABLE
语句
相关
的
警告
,
对
此
可以
忽略
。
www.ibm.com
2.
After
a TRUNCATE
TABLE
statement
,
the
table
structure
and
all
of the
indexes
continue
to
exist
until
you
issue
a DROP
TABLE
statement
.
执行
TRUNCATETABLE
语句
后
,
表
结构
及
所有
索引
仍然
存在
,
直到
发出
DROPTABLE
语句
。
www.ianywhere.com
3.
Note
that the
debugger
might
generate
warnings
related
to DROP TABLE
statements
,
which
you
can
ignore
.
注意
,
调试器
可能
会
产生
与
DROPTABLE
语句
有关
的
警告
,
可以
不
理会
它
。
www.ibm.com
4.
The
DELETE
statement
deletes
only
rows
from
the
table
; the
table
must
be
removed
from
the
database
by
using
the DROP
TABLE
statement
.
DELETE
语句
只
从
表
中
删除
行
,
要
从
数据库
中
删除
表
,
可以
使用
DROPTABLE
语句
。
msdn2.microsoft.com
5.
In
the
previous
example
,
trigger
safety
fires
after
any DROP TABLE or ALTER TABLE
event
.
在
前面
的
示例
中
,
在
发生
DROPTABLE
事件
或
ALTERTABLE
事件
后
触发触发器
safety
。
technet.microsoft.com
6.
Finally
,
the
DROP
TABLE
statement
deletes
the
empty
table
from the
schema
.
最后
,
DROPTABLE
语句
删除
模式
中
的
空
表
。
www.ibm.com
7.
I
'm
adding
a
new
table
called
brewery
while
providing
a
corresponding
dropTable
rollback
statement
.
我
将
添加
一个
名
为
brewery
的
新
表
,
同时
提供
一个
相应
的
dropTable
回滚
语句
。
www.ibm.com
8.
To
remove
the
table
definition
in addition to
its
data
,
use
the DROP
TABLE
statement
.
若要
删除
表
定义
及其
数据
,
请
使用
DROPTABLE
语句
。
technet.microsoft.com
9.
The DROP
TABLE
command
removes
a
table
from
the
specified
database
.
DROPTABLE
命令
从
指定
的
数据库
中
移除
一个
表
。
technet.microsoft.com
10.
How
will
your
application
behave
if
a
DROP TABLE
statement
is
embedded
in
a
text
field
?
如果
在
文本
字段
中
嵌入
了
一个
DROPTABLE
语句
,
应用程序
会
做出
什么
反应
?
msdn2.microsoft.com
1
2