免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2018 | 回复: 0
打印 上一主题 下一主题

试题第3部分 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-08-24 08:36 |只看该作者 |倒序浏览
21. Defining a PRIMARY KEY constraint on a column automatically…
creates a G-Array.
creates a unique HG index on that column.
creates an HNG index on that column.
drops any other index on that column, except for the FP index.

22. Which constraint is used within the Create Table command to establish the estimated cardinality of x values of a column?
Cardinality(x)
Distinct(x)
Fast Projection(x)
IQ Unique(x)
Values(x)

23. Which of the following constraints in CREATE TABLE will automatically create a Unique HG index on a column? (Choose 2)
Primary Key
Foreign Key
Unique
IQ Unique

24. Which of the following does a G-Array page contain?
Query Plan information
Row Ids for all rows containing the same value
Unique key bit-maps
Primary key bit-maps

25. Which statement best describes a regular (non-unique) HG index?
A B-tree with a bitmap array for each distinct value
A B-tree with a G-Array containing pages of row-ids
A B-tree with distinct values and row-ids in the Leaf pages
A bitmap containing the binary relationship of each column

26. You have three large data files to load into a table. What is the most efficient loading method to use?
Specify all three files in the ‘From’ clause, so they are loaded as a single transaction.
Load the individual files and commit each, so there are three separate transactions.
Drop all HG indexes on the table before loading.
Drop all indexes on the table before loading.

27. What is the maximum value for the LOAD_MEMORY_MB database option?
500
1000
1500
2000

28. What happens if the IQ Temporary Store fills up when executing a LOAD TABLE command?
Sybase IQ suspends loading until a dbspace is added to the IQ Temporary Store.
The load fails and no data is loaded.
A partial load is completed at the last full row, and the LOAD TABLE command exits.
The load rolls back to the end of the last full file loaded, and the LOAD TABLE command exits.
The load rolls back to the last multiple of the NOTIFY value.

29. Which data file can be loaded into Sybase IQ using the LOAD TABLE command? (Choose 2)
Data from another database
Flat file with fixed-length fields
MS Word file
PDF file
Flat file with delimited fields

30. Which of the following conditions are required to load data in parallel using the LOAD TABLE command? (Choose 2)
Must specify the WITH CHECKPOINT ON load option
Must specify the ROW DELIMITED BY load option
Must specify the IGNORE CONSTRAINT load option
Input data must be variable length
Input data must be fixed length or fully delimited
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP