An application needs a table for each connection that tracks the ID and Name of all items previously ordered and committed within the connection. The table also needs to be cleaned up and automatically removed each time a connection is ended. Assuming the ITEMS table was created with the following SQL statement:
CREATE TABLE items item_no INT, item_name CHAR(5), item_qty INT)
Which of the following SQL statements will provide the table definition that meets the specified requirements?
A. DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLEWhich of the following products is allowed to access other DB2 servers, but cannot accept requests from other remote clients?
A. DB2 Personal EditionWhich of the following best describes a unit of work?
A. It is a recoverable sequence of operations whose point of consistency is established when a connection to a database has been established or when a mechanism known as asavepoint is created.Which of the following is used to indicate a column will not accept NULL values and can be referenced in another table's foreign key specification?
A. Check constraintWhich of the following is a typical data warehouse query?
A. What is this customer's address?Which of the following is the best statement to use to create a user-defined data type that can be used to store currency values?
A. CREATE DISTINCT TYPE currency ASNUMERIC(7,2)Consider the following table called EMPLOYEES:
ID FIRSTNAME LASTNAME JOB LEVEL ------------------------------------------------------------ 1 Paul Jones DBA 2 2 George Baker MGR 1 3 Roger Melvin CLERK 3 4 Jim Smith MGR 1 5 Kevin Street CLERK 3 6 Chris Eaton MGR 1
If the following SQL statement is executed, how many rows will be deleted? DELETE FROM employees WHERE 1 = 1
B. 1Which of the following is a valid wildcard character in a LIKE clause of a SELECT statement?
A. %Which of the following is a feature of a unit of work?
A. It applies to a single data server.Which of the following DB2 products can only be installed on a System i server?
A. DB2 for z/OSNowadays, 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-730 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.