Which action would you take?
You need to calculate a ratio on all levels in IBM Cognos Insight. Which action would you take?
Which three actions would achieve this?
Whenever you open the Sales cube you see a hierarchical list of all products. The default view
consists of default subsets for all dimensions. You would like to see a list of 10 products you are
responsible for by default.
Which three actions would achieve this? (Choose three.)
which access level when viewing the Salary cube?
A cube called Salary has two dimensions: Employee and Time. Using cube security, the security
group Executive is assigned READ access to the Salary cube. Using element security, the security
group Executive is assigned WRITE access to all elements of the Employee dimension.
Using element security, the security group Executive is assigned WRITE access to only 1 element,
July, and READ access to all other elements in the Time dimension.
A user of the security group Executive will have which access level when viewing the Salary cube?
Which statement will fail?
Given the DDL shown below:
CREATE TABLE tab1 (coll SMALLINT );
CREATE VIEW v1 AS SELECT coll FROMtabl WHERE coll > 25 ;
CREATE VIEW V2 AS SELECT COI1 FROM v1 WITH CASCADED CHECK OPTION
CREATE VIEW v3 AS SELECT coll FROM v2 WHERE coll < 100 ;
Which statement will fail?
How many rows will be successfully inserted?
Given the INSERT statements shown below:
INSERT INTO applicant VALUES (1 ,’M’ 54);
INSERT INTO applicant VALUES (2, ‘F’, 38);
INSERT INTO applicant VALUES (3, ‘M’, 21);
INSERT INTO applicant VALUES (4, ‘F’, 91);
INSERT INTO applicant VALUES (5, ‘C’, 50);
INSERT INTO applicant VALUES (6, ‘C’, 70);
INSERT INTO applicant VALUES (7, ‘C’, 95);
How many rows will be successfully inserted?
Which statement is correct about informational constraints?
Which statement is correct about informational constraints?
where would the authentication of the supplied userid and password from a remote client take place?
How is the Query Workload Tuner license installed and enabled?
How is the Query Workload Tuner license installed and enabled?
Which two plug-in types does the DB2 database system provide?
Which two plug-in types does the DB2 database system provide? (Choose two.)
What are three authorization categories in DB2?
What are three authorization categories in DB2? (Choose three.)