A client application on z/OS must access a DB2 database on a Solaris Server. At a minimum, which of the following products must be installed on the Solaris workstation?
A. DB2 ConnectEnterprise EditionWhich of the following is NOT true about schemas?
A. If a schema name is not specified, either by qualifying a database object name or by executing the SET CURRENT SCHEMA statement, the authorization ID of the current session user is used as the schema name by defaultWhich of the following is the lowest cost DB2 product that can be legally installed on an HP-UX server?
A. DB2Enterprise Server EditionWhich of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?
A. ViewWhich of the following actions may cause a trigger to be fired?
A. DROPWhich of the following product is allowed to access other DB2 servers, but cannot accept a client application on z/OS must access a DB2 database on a Solaris Server. At a minimum, which of the following product must be installed on Solaris workstation? requests from other remote clients?
A. DB2 Personal EditionGiven the following two tables:
TAB1 R1
A A A B B C C D E TAB2 R2
A A B B C C D Which of the following queries returns the following result set?
RETVAL E
A. SELECT r1 ASretval FROM tab1 INTERSECT SELECT r2 AS retval FROM tab2Which two of the following allow you to perform administrative tasks against database objects?
A. Control CenterGiven the following table: EMPLOYEE EMPID NAME INSTRUMENT 1 Jagger, Mick 01
2 Richards, Keith 02
3 Wood, Ronnie 02
4 Watts, Charlie 03
5 Jones, Darryl 04
6 Leavell, Chuck 05
If the following query is executed:
SELECT name,
CASE WHEN instrument = '01' THEN 'HARMONICA'
WHEN instrument = '02' THEN 'GUITAR'
WHEN instrument = '03' THEN 'DRUMS'
ELSE 'UNKNOWN'
END AS instrument
FROM employee
What will be the results?
A. NAME INSTRUMENT Jagger, Mick HARMONICA Richards, Keith GUITAR Wood, Ronnie GUITAR Watts, Charlie DRUMS Jones, Darryl ERROR Leavell, Chuck ERRORThe 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 removedNowadays, 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.