Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1038075
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

发布时间:2015-03-20 00:44:29

7. Which two   statements are true regarding the USING and ON clauses in table joins? (Choose two.) A. Both USING and ON clauses can be used for equijoins and nonequijoins. B. A maximum of one pair of columns can be joined between two tables using the ON clause. C. The   ON cl.........【阅读全文】

阅读(718) | 评论(0) | 转发(0)

发布时间:2015-03-20 00:42:08

6. Examine the structure of the SHIPMENTS table: name           Null       Type PO_ID          NOT NULL    NUMBER(3) PO_DATE     &nb.........【阅读全文】

阅读(651) | 评论(0) | 转发(0)

发布时间:2015-03-20 00:02:41

5. Which SQL statements would display the value 1890.55 as $1,890.55? (Choose three .) A. SELECT TO_CHAR(1890.55,'$0G000D00')  FROM DUAL; B. SELECT TO_CHAR(1890.55,'$9,999V99')  FROM DUAL; C. SELECT TO_CHAR(1890.55,'$99,999D99')  FROM DUAL; D. SELECT TO_CHAR(1890.55,'$99G999D00')&.........【阅读全文】

阅读(623) | 评论(0) | 转发(0)

发布时间:2015-03-19 23:56:34

4. Which two statements are true regarding single row functions? (Choose two.) A. They accept only a single argument. B. They can be nested only to two levels. C. Arguments can only be column values or constants. D. They always return a single result row for every row of a queried table. E. The.........【阅读全文】

阅读(520) | 评论(0) | 转发(0)

发布时间:2015-03-19 23:45:08

3.  You  need  to  extract  details  of  those  products  in   the  SALES  table  where  the  PROD_ID  columncontains the string '_D123'. Which WHERE clause could   be used in the SELECT statement to get.........【阅读全文】

阅读(546) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册