单项选择题
Oracle中,SQL语句【select *from TAB_TEST where billcode in (’0001’,’0002’,...)】最大允许查询的单号个数是?()
A.100个
B.500个
C.1000个
D.不限制
点击查看答案&解析
相关考题
-
单项选择题
Oracle中,Number(4,2)最大能存储的数值是?()
A.1000
B.10000
C.99.99
D.9999 -
单项选择题
创建表TAB_TEST,以下SQL语句中符合要求的是?()
A.create table TAB_TEST ......
B.create table test.TAB_TEST ......
C.create table "Tab_Test"......
D.create table ’TAB_TEST’...... -
单项选择题
下列SQL符合JMS oracle编程规范的是?()
A.select *from TAB_BARSCAN t where t.billcode=’1234’
B.select *from TAB_BarScan t where t.billcode=’1234’
C.select *from tab_barscan t where t.billcode=’1234’
D.select *from barscan t where t.billcode=’1234’