| Exam Code/Number: | A2090-730Join the discussion |
| Exam Name: | Assessment: DB2 9 Family Fundamentals |
| Certification: | IBM |
| Question Number: | 303 |
| Publish Date: | Jul 14, 2026 |
|
Rating
100%
|
|
An alias can be an alternate name for which two of the following DB2 objects?
Which of the following is the major difference between relational data and XML data?
If the following SQL statements are executed:
CREATE TABLE tab1 (id SMALLINT NOT NULL PRIMARY KEY,
name VARCHAR(25));
CREATE TABLE tab2 (empid SMALLINT,
weekno SMALLINT,
payamt DECIMAL(6,2),
CONSTRAINT const1 FOREIGN KEY (empid)
REFERENCES taba(id) ON UPDATE NO ACTION);
Which of the following statements is true?
Which of the following DB2 products are required on an iSeries or System I server to enable an application running on that server to retrieve data from a DB2 database on a Linux server?