Which of the following DB2 data types CANNOT be used to create an identity column?
A. SMALLINTGiven the following stored procedure:
CREATE PROCEDURE increase_salary ( IN p_workdept CHAR(6), OUT p_sum DECIMAL(9,2) )
SET p_sum = (SELECT SUM(salary) FROM employee WHERE workdept=p_workdept);
How can this stored procedure be called from the Command Line Processor?
A. CALLincrease_salary('A00')Which of the following is the lowest cost DB2 product that can be legally installed on an HP-UX server?
A. DB2 Express-CGiven the following table definition:
SALES
INVOICE_NO CHAR(20) NOT NULL SALES_DATE DATE SALES_PERSON CHAR(20) REGION CHAR(20) SALES INTEGER
If the following SELECT statement is executed, which of the following describes the order of the rows in the result data set produced? SELECT * FROM sales
A. The rows are sorted by INVOICE_NO in ascending order.Which of the following is an accurate statement about packages?
A. Packages provide a logical grouping of database objects.Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?
A. REVOKE SELECT FROM user2 ON TABLE org.tab1The following triggers were defined for a table named SALES in the order shown:
CREATE TRIGGER trigger_a NO CASCADE BEFORE UPDATE ON sales REFERENCING NEW AS new FOR EACH ROW SET new.commission = sale_amt * .05 WHERE invoice = n.invoice;
CREATE TRIGGER trigger_b AFTER INSERT ON sales REFERENCING NEW AS new FOR EACH ROW UPDATE sales SET bill_date = CURRENT DATE + 30 DAYS WHERE invoice = n.invoice;
CREATE TRIGGER trigger_c NO CASCADE BEFORE DELETE ON sales FOR EACH ROW SIGNAL SQLSTATE '75005' SET MESSAGE_TEXT = 'Deletes not allowed!';
Which of the following statements is NOT true?
A. Once a row has been added to the SALES table, it cannot be removedGiven the following two tables:
NAMES
NAME NUMBER
Wayne Gretzky 99 Jaromir Jagr 68 Bobby Orr 4 Bobby Hull 23 Brett Hull 16 Mario Lemieux 66 Mark Messier 11
POINTS
NAME POINTS
Wayne Gretzky 244 Jaromir Jagr 168 Bobby Orr 129 Brett Hull 121 Mario Lemieux 189 Joe Sakic 94
Which of the following statements will display the player name, number, and points for all players that have scored points?
A. SELECT p.name,n.number, p.points FROM names n INNER JOIN points p ON n.name = nameApplication A holds an Exclusive lock on table TAB1 and needs to acquire an Exclusive lock on table TAB2.
Application B holds an Exclusive lock on table TAB2 and needs to acquire an Stability isolation level, which of the following will occur?
A. Applications A and B will cause a deadlock situationAfter the following SQL statement is executed:
GRANT ALL PRIVILEGES ON TABLE employee TO USER user1
Assuming user USER1 has no other authorities or privileges, which of the following actions is user USER1 allowed to perform?
A. Drop an index on the EMPLOYEE tableNowadays, 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.