Online Access Free C2090-541 Practice Test
| Exam Code: | C2090-541 |
| Exam Name: | DB2 9.7 DBA for Linux UNIX and Windows |
| Certification Provider: | IBM |
| Free Question Number: | 104 |
| Posted: | Jul 09, 2026 |
A DBA wants to use Label Based Access Control (LBAC) to protect Individual rows in a table. Which data type must be used to create a column to hold the necessary LBAC security data?
Click the Exhibit button
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?