Free TE0-122 Exam Braindumps

Assume columns c1 and c2 have DATE data type.
What is the resulting data type when subtracting c1 from c2?

  1. DATE
  2. INTEGER
  3. SMALLINT
  4. INTERVAL DAY

Answer(s): A



Which two are primary benefits to using views? (Choose two.)

  1. It simplifies end-user access.
  2. It requires less space to store the data.
  3. It simplifies updates to the tables that make up the view.
  4. It provides an easily maintained level of security and authorization.

Answer(s): A,B



(In the Employee Data above, ? indicates null.)
Given the following query:
SELECT

  1. The query completes with no rows found.
  2. This query will fail because an alias name is used incorrectly.
  3. Last_name Dept_name Job_desc
    Butcher Admin Consultant
  4. Last_name Dept_name Job_desc
    Butcher Admin Consultant
    Butcher Admin Designer
    Butcher Admin Manager
  5. Last_name Dept_name Job_desc
    Butcher Admin Consultant
  6. Last_name Dept_name Job_desc
    Butcher Admin Consultant
    Butcher Admin Designer
    Butcher Admin Manager
    Dietz Admin Consultant
    Dietz Admin Designer
    Dietz Admin Manager

Answer(s): B



Given the following table:

CREATE GLOBAL TEMPORARY TABLE database1.temp1
(
column1 INTEGER NOT NULL,
column2 INTEGER DEFAULT 100 COMPRESS ,
column3 CHAR(80))
PRIMARY INDEX (column1)
ON COMMIT PRESERVE ROWS;

Which statement is true about this table?

  1. Inserted rows will use spool space.
  2. Multiple sessions can use this definition to insert rows but not share rows.
  3. Rows will be deleted after a transaction that inserted rows into this table is complete.
  4. Rows will be preserved after a session that inserted rows into this table is logged off.

Answer(s): C






Post your Comments and Discuss TeraData TE0-122 exam with other Community members:

TE0-122 Discussions & Posts