Exam Details

  • Exam Code
    :C2090-558
  • Exam Name
    :Informix 11.70 Fundamentals
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :120 Q&As
  • Last Updated
    :Apr 16, 2025

IBM IBM Certifications C2090-558 Questions & Answers

  • Question 71:

    Which two statements will delete all rows from table_name? (Choose two.)

    A. DROP FROM table_name ;

    B. DELETE FROM table_name ;

    C. DELETE * FROM table_name ;

    D. TRUNCATE TABLE table_name ;

    E. DELETE ALL FROM table_name ;

  • Question 72:

    Given the query shown below:

    What will happen?

    A. All rows will be retrieved in which item_desc contains the characters 'pencil'.

    B. All rows will be retrieved in which item_desc does not contain the characters 'pencil'.

    C. All rows will be retrieved in which item_desc contains the letters 'p', 'e', 'n', 'c', 'i' and 'l' in any order.

    D. All rows will be retrieved in which item_desc contains the letters "P', 'E', 'N, C', I' and 'L' in any order.

  • Question 73:

    Which statement will change the column address1 to a null value?

    A. UPDATE customer SET address1 = null WHERE customer_num = 134;

    B. UPDATE customer SET address1 = ' ', SET address2 = null WHERE customer_num = 134;

    C. UPDATE customer SET address1 = "" WHERE customer_num = 134;

    D. UPDATE customer SET address1 = '', SET address2 = null WHERE customer_num = 134;

  • Question 74:

    Which two statements are true about the COMMIT WORK statement? (Choose two.)

    A. The keyword WORK is optional.

    B. A single COMMIT WORK can end several BEGIN WORK statements.

    C. The COMMIT WORK statement releases all row locks but not table locks.

    D. All of the successful modifications that the transaction makes are saved to disk when you issue a COMMIT WORK statement.

    E. A new transaction automatically starts after each COMMIT WORK or ROLLBACK WORK statement in a nonlogged database.

  • Question 75:

    Assuming the tables and columns mentioned below exist, which of the following SQL statements will return an error?

    A. INSERT INTO orders SELECT * FROM new_orders;

    B. SELECT company, fname, lname, state FROM customer WHERE state = (SELECT state, zipcode FROM customer WHERE fname = "John");

    C. DELETE FROM stock WHERE 0 = (SELECT count(*) FROM manufact WHERE manufact.manu_code = stock.manu_code)

    D. UPDATE customer SET (address, city, state, zip) = (SELECT address, city, state, zip FROM newaddr WHERE newaddr.customer_num = customer.customer_num) WHERE customer_num IN (SELECT customer_num FROM newaddr);

  • Question 76:

    User A creates a User Defined Routine (UDR). Which privilege must be granted to other users before they can run user A's UDR?

    A. DBA on the database

    B. EXECUTE on the procedure

    C. RESOURCE on the database

    D. SELECT on the tables used in the procedure

  • Question 77:

    Click the Exhibit button.

    Which of the following will display the values in the lead_time column from highest to lowest?

    A. SELECT * FROM manufact ORDER BY lead_time

    B. SELECT * FROM manufact ORDER BY lead_time ASC

    C. SELECT * FROM manufact ORDER BY lead_time HIGH

    D. SELECT * FROM manufact ORDER BY lead_time DESC

  • Question 78:

    In which two places may a function be used in a SELECT statement? (Choose two.)

    A. in a subquery

    B. in a HAVING clause

    C. in a GROUP BY clause

    D. in the ORDER BY clause

    E. in the select (or projection) list

  • Question 79:

    Enterprise Replication (ER) requires which data object to exist in all tables participating in replication?

    A. a primary key

    B. a unique index

    C. a virtual column

    D. a unique constraint

  • Question 80:

    In which way is a Remote Standalone (RS) secondary server different from a High- Availability Data Replication (HDR) secondary server?

    A. RS secondary servers do not support DRAUTO.

    B. RS secondary servers support replication at the column level

    C. You can have more than one RS secondary server in a cluster.

    D. RS secondary servers can be directly upgraded to a primary server.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2090-558 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.