You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns: Which SELECT statement accomplishes this task?()

A、 SELECT* FROM customers;

B、 SELECT name, address FROM customers;

C、 SELECT id, name, address, phone FROM customers;

D、 SELECT cust_name, cust_address FROM customers;

E、 SELECT cust_id, cust_name, cust_address, cust_phone FROM customers;

查看答案

相关问题推荐

  • Which of the following datatypes are used in situations where you want an ordered set of data elements, where every element is the same datatype, and where you predefine the number of elements that appear in the set?()

    A、REF 

    B、TABLE 

    C、CLOB 

    D、VARRAY

    查看答案
  • Which of the following devices would allow a technician to utilize a single mouse, keyboard, and display to control numerous desktop PCs?()

    A、Port replicator

    B、Docking station

    C、USB hub

    D、KVM switch

    查看答案
  • You are managing the Oracle database. Which of the following choices correctly identifies when Oracle reads the contents of the init.ora file?()

    A、When the instance is started 

    B、When the database is mounted 

    C、When the database is opened 

    D、When the database is closed

    查看答案
  • Evaluate these two SQL statements: SELECT last_name, salary, hire_dateFROM EMPLOYEES ORDRE BY salary DESC; SELECT last_name, salary, hire_dateFROM EMPOLYEES ORDER BY 2 DESC; What is true about them? ()

    A、The two statements produce identical results.

    B、The second statement returns a syntax error.

    C、There is no need to specify DESC because the results are sorted in descending order by default.

    D、The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement.

    查看答案
  • When a database administrator chooses the dimensions for an MDC table, which two characteristics should beconsidered?()

    A

    the query transaction rate 

    B

    numeric data versus character data  

    C

    extent size  

    D

    the cardinality of the candidate columns  

    E

    prefetch size 

    查看答案
  • 从教育学未来的角度来定位教的有效性,最核心、最本质的定位是()
    查看答案
  • 下面,不是系统安全所包含的内容是______。

    A.要保证操作系统不能崩溃

    B.要保证系统中的账户不能被盗

    C.要保证文件和目录存取权限设置的安全

    D.要保证数据库系统的正常运行
    查看答案
  • 设有一个 Student数据库,包括数据库,包括学生,课程,选修三个关系:三个关系:学生学生:S ( Sno ,Sname ,Ssex ,Sage,Sdept )
    课程课程:C(Cno ,Cname ,Term,Credit )
    选修选修:SC ( Sno ,Cno ,Score )
    其中:学生关系S的属性分别表示:学号、姓名、性别、的属性分别表示:学号、姓名、性别、年龄、专业课程关系C的属性分别表示:课程号、课程名、的属性分别表示:课程号、课程名、开课学期、学分学分选修关系SC的属性分别表示:学号、课程号、分数
    请用SQL语句完成下面的操作:
    (1)、检索所有比"王华"年龄大的学生姓名、年龄和性别
    (2)、检索选修了课程号为课程号为'CO2'课程的学生中成绩最高的学生的学号
    (3)、检索选修了4门以上课程的学生学号和总成绩(不统计不及格的课程),并要求按照总成绩的降序排列。(4)、检索张力同学没有选修的课程的课程号
    查看答案
  • 什么是即期年金
    查看答案
  • 在工程的实施状况报告中应包括(),预测未来风险报告。

    A.各种市场行情B.风险状况报告C.各投资者企业状况报告D.天气预测警报
    查看答案