A UDT is a data type which:() A.must contain unique values.B.cannot be CAST to other data types.C.is created using the CREATE DISTINCT command.D.contains a value that was automatically calculated from values in other columns.
A UDT is a data type which:()
A.must contain unique values.
B.cannot be CAST to other data types.
C.is created using the CREATE DISTINCT command.
D.contains a value that was automatically calculated from values in other columns.
相关考题:
输入哪条命令可以看到以下信息?( ) LS DataBase Type :Router Ls id :10.1.2.2 Ady rtr :1050 Len :72 Seq :80000008 Cksum (DC) Area Border Router Link count 4 Link id :192.168.2.1 Data :255.255.255.255 Metric:1562 Link id :10.1.2.2 Data :10.1.3.1 Type :Router Metric :1562 Link id :10.1.3.2 Data :255.255.255.255 Type :StubNet Metric :1562A.show ip routeB.show ip ospf isaC.show ip ospf databaseD.show ip ospf interface
Thewarninglevelthresholdvalueforatablespace,EXECUTEDBMS_SERVER_ALERT.SET_THRESHOLD(dbms_server_alert.tablespace_pct_full,dbms_server_alert.operator_ge,80,dbms_server_alert.operator_ge,90,1,1,NULL,dbms_server_alert.object_type_tablespace,’DATA’);Whatwillbetheresultofthecommand?()
You want to start monitoring statistics on the distribution of storage engines that are being used and the average sizes of tables in the various databases.Some details are as follows:The Mysql instance has 400 databases. Each database on an average consists of 25-50 tables. You use the query:SELECT TABLE_SCHEMA, ‘ENGINE‘, COUNT (*), SUM(data_length) total_size FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE= ‘BASE TABLE‘ GROUP BY TABLE_SCHEMA, ‘ENGINE‘ ;Why is this query slow to execute?()A.Collecting information requires large numbers of locks on various INFORMATION_SCHEMA tablesB.Aggregating details from various storage engine caches for the final output is time consumingC.Collecting information requires various disk-level operations and is time consumingD.Counting and summarizing all table pages in the InnoDB shared tablespace is time consuming
一条router-LSA可以描述多条连接,每条连接由Link ID,Data,Type和Metirc描述,下面关于Link ID,Data,Type和Metric的讨论错误的是() A.Type表示连接的类型B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同D.Metric描述此连接的开销
QinQ帧和802.1Q帧是有区别的,QinQ帧是有两层VLAN Tag的,相比802.1Q帧多的是在()插入4B长度的VLAN Tag A.目的地址和Type字段之间B.Type字段之前C.802.1QVLAN Tag之前D.Type字段和Data字段之间
利用object元素在网页中嵌入flash,flash文件的地址为“mediawonderful.swf”,要求flash动画的宽度和高度分别为500像素,能实现该要求的选项为()。A.<object height="500" width="500" src="mediawonderful.swf" type="application/x-shockwave-flash"/>B.<object height="500" width="500" href="mediawonderful.swf" type="application/x-shockwave-flash"/>C.<object height="500" width="500" data="mediawonderful.swf" type="application/x-shockwave-flash"/>D.<object height="500" width="500" data="mediawonderful.swf" />