Sie sind auf Seite 1von 17

1) Given the option below which of the following it can remove a table from DB2?

a) remove
b) delete
c) del
d) drop
2) Which of the following is true about well-formed xml document?
a) mess or more root nodes
b) tags can here at most are attribute
c) always has a single document node
d) end tags are optional
3) Which of the following is true about table space in DB2?
a) a table space is a file managed by the as where db2 can store data
b) a TS is always associates with a buffer pool
c) a TS to store users temporary table data is automatically created when
DB is created
d) a TS can be managed by the database (db2) or by an entered
application
4) Not true about info model
a) absent management of object at a conceptual level
b) define relationship between managed objects
c) group of discussion explaining objects at a data model
d) data models can be used to map an information model to s/w implementation
5) Lowest cost db2 product logically installed on a Linux server that has 2 CPUs
a) db2 express edition
b) db2 enterprise server
c) db2 every place
d) db2 workgroup server
6) When using Dbms which do not apply
a) Accesses data using DML such as SQL
b) define your DB schema using a DDL
c) data is stored in a hierarchical model
d) you can use normalization to avoid redundant data in tables
7) Which of the following objects you would need create in order to executed a block of code
every time table is up date
a) an after trigger
b) a UDF
c) a stored procedure
d) an user defined type
8) Using DB2 CPP to access a remote DB for the 1st time it is necessary
a) First catalog the remote system or node and then catalog the DB
written the remote node
b) b. First register the remote system user in system catalog and then
setup a SQL communication to the remote node

c) db2 cannot use DB is remote system unless SYSADMIN authority is


grated to local user
d) first list all the remote DB with the db2 list DB directly command and
the select the remote DB from the list
9) Which of the following is true about columns?
a) each columns consists of one or more records
b) columns are store the individual pieces of info are stores for each
record
c) columns must be designated a specific data type
d) columns are also known as records
10) Which of following delete sample database?
a) db2 drop sample
b) db2 delete database sample
c) db2 drop sample DB
d) db2 drop database sample
11) Which of the following is not part of the x query flow expression?
a) for clause
b) let clause
c) order by clause
d) with clause
12) Q5
Table1
Table 2
-244
-129
-121
-189
-94
Select * from name points
a) 0
b) 5
c) 10
d) 25
13) .which is true about RDBMS
a) a column can store value of different data type
b) a table consists of column and rows
c) rows in the same table can have a different set columns
d) rows are also known as fields of the table
14) Lowest cost db2 product installed an windows server that has 4CPUs capable of
performing row compression
a) db2express edition
b) db2 workgroup edition
c) db2 express-c edition
d) db2 enterprise edition

15) Which is true about dynamic SQL


a) it is precompiled about binded in dynamic DB
b) the structure of an SQL statement must be completely specified at
precompile time
c) it is compiled and executed by an application at run time
d) dynamic SQL does not exist
16) Which is an xml based language for transforming xml document?
a) XHTML
b) XLST
c) HTML
d) JAVA
17) What are the entities used to model data in relational model?
a) a collection of instances of entities
b) relation attributes and types
c) a collection on of instance of record type
d) table row and rows
18) True about well-formed xml document
a) has or more nodes
b) tags can have at most attribute
c) always has a single document node
d) end tags are optional
19) SQL used to remove data from table users
a) remove table users
b) drop table users
c) delete table users
d) alter table users
20)Fact that a committed transaction guarantee that all the operations are completed and in a
roll backed transaction effected of all operations are reverted
a) consistency.
b) atomicity
c) isolation
d) durability
21)statement that can add records to table
a. addrec
b. addrecord
c. insert
d. add
22)Importing a large amount of data in db2 db. Considering you must have logged intl.about
the row imported and that want to perform the load as fast as possible which of the tools
would be best choice for the join
a. db2 insert
b. db2 import

c. db2 load
d. db2 clcp
23) which of the following is a character of high availability
a. it allows compression of data
b. it allows definition of policy to guarantee quality of service to applications
c. it allows replication of data to a standby server that can take over in case of failure
d. it allows high performance of a db2 server by distributing work load across several
machines
24)which of the following is false about views
a. do not contain real data
b. any view can be updated independent of its definition
c. when changes are made to data through a view the data is changed in the underlying table
d. can be used interchangeably with table when retrieving data
25) which of the following is characteristic difference b/w cursor stability and currently
committed
a. reader block reader
b. reader block writer
c. writer block reader
d. writer block writer
26) which of the following statement is false about transactions
a. operations inside a transaction are executed in a parallel
b. only 1 commit statement can be executed inside the same transaction
c. transaction guarantee atomicity of a group of operation
d. a rollback or commit statement finalize a transaction
27) Consider the following command
Create table space mytabsp1 managed by automatic
a. Creation of normal table space called mytbsp1 that is managed automatically
b. creation of user table space called mytbsp1 that is managed automatically
c. creation of user table space called mytbsp1 that is managed automatically
d. this command will return an error to the user
28) Assuming that you are current connected to test db which of the following will allow the
view of the database setting with details
a. db2 get db cfg with details
b. db2 get db cfg show details
c. db2 get db cfg with detail
d. db2 get db cfg show detail
29) which of the following statement grants user john the ability to insert data to table 1
a. grant add on table to john
b. grant insert on table 1 to john
c. grant add on table 1 to user john
d. grant insert on table to user john
30) which of the following is not a supported type of trigger

a. after
b. before
c. during
d. instead of
31 )when a user is connected to database which of the following privileges is required for the
user to use a package
a. bind
b. bindadd
c. execute
d. use
32) which of the following operation will perform an offline table space recovery
a. restore database sample (mytbsp) offline from/tbspbkp
b. restore database sample table space (mytbsp) from / tbspbkp
c. restore database table space (mytbsp) online from /tbspbkp
d. there is no option to restore a table space in db2
33) Which of the following is a tool to configure automatic database backup
a. Configure automatic maintenance wizard
b. design advisor
c. explain tool
d. export utility
34) Which of the following is not feature packs that can add extra functionality to a DB2
sever?
a) Advanced Access Control
b) Storage Optimization
c) Performance Optimization
d) Pure XML
35) Which of the following tools will give you the best performance to import large amounts
of data into a DB2 table?
a) Import
b) Load
c) Fast Import
d) Buck Insert
36) Considering the SQL statements below, which option best describes what ABS is
UPDATE tb1 SET col1 =ABS (col2)
a)
b)
c)
d)

Stored Procedure
Built in function
Trigger
User Defined

37) Assuming that you are currently connected to a DB2 DB , what of the following
commands will terminate your connection?

a)
b)
c)
d)

db2 connect reset


db2 connect end
db2 connect kill
db2 connect finalize

38) Which of the following programming languages can be used to develop applications that
require access to a DB2 database?
a)
b)
c)
d)

java
PHP
C#
All of the above

39) If secondary log files are to be allocated until the unit of work commits or storage is
exhausted, which type of logging is used?
a)
b)
c)
d)

Circular logging
Archival logging
C) infinite logging
It cannot be done in DB2

40) Which of the following tools can be used to develop stored procedures?
a) DB2CLP
b) DB2 command Editor
c) IBM Data studio
d) All of the above
41) W of the following is the about static SQL?
a) It Takes advantages of the table statistics at runtime
b) The structured of the SQL statement must be completely specified at the pre
compilation phase
c) It is compiled and executed by an application at runtime.
d) Static SQL does not exist
42) Which one of the following SQL statement will inline XML documents smaller than 1000
bytes, stored within the EMPINFO Column?
A) Create Table Employees (empid char (8), empinfo XML inline length (1024))
b) Alter Table Employees Alter Column empinfo SET INLINE length 1000
c) Create Table employees (empid char (8), empinfo xml set in lining (1000)
d) Create Table Employees (empid char (8), empinfo XML Default inline 1000)
43) Which of the following options can be used to check the minimum point is
time (PIT) for a table space restore?
a) List Table spaces show ALL
b) Restore Database sample table space (mytbsp) from 1 tbspbkp)

c) Restore database sample table space ( mytbsp) online from / tbspbkp


d) get snapshot for Table space on <database>
a. Which of the following is not a DML statement?
a)
b)
c)
d)

SELECT
INSERT
ALTER
UPDATE

48) Which of the following properties is related to the fact that a committed transaction
guarantees that all of the operations are completed and in a roll backed transactions the effect
of all operations are reverted?
a) Consistency
b) Atomicity
c) Isolation
d) Durability
49) Which of the following is not part of the X query Flower Expression?
a) For Clause
b) LET Clause
c) Order By Clause
d) With Clause
50) Given the options below, which of the following statements can add records to a table?
A) ADD REC
B) ADD RECORD
C) INSERT
D) ADD
51) Which of the following statements is FALSE about Transactions?
a) Operations inside a transition are executed in parallel
b) Only 1 commit statement can be executed inside the same truncation
c) Transactions guarantee atomicity of a group of operations
d) A ROLLBACK or COMMIT statement finalizes a Transaction.
52)Which of the following is true about columns?
a) each columns consists of one or more records,
b) Columns are where the individual pieces of information are stored for each
record.
c) Columns must be designated a specific data types.
d) Columns are also known as records.
53) Which of the following is true about relational Databases?
A) A column can store values of different data types.,
B) A table consists of columns and rows.
Rows in the same table can have a diff set of columns
Rows are also known as fields of the table.
54)Best describes what an incremental cumulative backup is?

e) Backup all of the data that has changed since the last successful full or
delta backup.
f) Backup of a single table space.
g) Backup of the entire database.
h) Backup all of the data that has changed since the last full backup.
55)what is SQL/XML?
i) SQL/XML is a communication protocol for DB2 databases.
j) is a part of the XQuery standard and provides various publishing
functions to transform XML data into relational form and vice versa.
k) SQL.XML is a language that provides various publishing functions to
transform XML data into rational form and vice verso,
l) Is an extension to SQL standard and provides various publishing functions to
transform XML data into relational form and vice versa.
56)Which of the following is NOT true about columns?
m) Each col consists of one or more fields.
n) Each col contains a specific type of information
o) Col must be designated a specific data type
p) Col are also known as fields.
57)true about dynamic SQL?
q) It is precompiled and binded in dynamic databases.
r) The structured of an SQL statement must be completely specific at precompile
time.
s) It is compiled and executed by an application at runtime
t) Dynamic SQL does not exist.
58)In embedded SQL code, which of the following is true about delimiters?>
a. Used by the OS to delimit system variable declaration
b. Used by the DB to indicate the end of Column
c. Used by the compiler to indicate the end of the program.
d. Used by the precompile to identify sql statements to be translated.
59)option will perform an offline table space recover?
e. restore database sample table space(mytbsp) offline from /tbspbkp
f. restore database sample tables pace (mytbsp) from /tbspbkp
60)Consider the following scenario. Yo0u have 3 tables with the same name (TABLE_1)
under 3 different schemas (SYSIBM, DEFAULT and DB2INST1). You are connected to a
DB2 database in your Linux server as db2inst1 and issue the following statement.
Select * from table_1
Which table will?
61)which of the following statements is not true regarding table spaces on DB2?
g. a table space is a logical object in bet logical table and physical containers.
h. All tables, indexes and other data are stored in table space.
i. A table space is a logical object required to store data, indexes and tables in
temp memory.
j. A table space is always associated to a buffer pool.
62)Application B wants to read a subset of rows from table EMPLOYEE multiple times
inside the same transaction.

Which isolation level should be used in order to guarantee that every time the same
set of rows is returned?
a. Currently committed.
b. Read stability
c. Repeatable Read
d. Uncommitted Read
63) What are the entities used to model data in the relational Model?
a. A collection instances of entities.
b. Relations, attributes and tuples.
c. A collection instances of record types.
d. Tables, rows and columns.
64) if TAB1 is created using the following statement
CREATE table tab1 (col1 integer not null, col2 char(3) constraint cst1 check (col1 in
(1,2,3,4)))
Which of the following statements will successfully insert a record into table TAB1?
a) insert into tab1 values(0,a)
b) insert into tab1 values(null, abc)
c)
(4,a)
d) (4,abcdefhijklmnopq)
65) given the following
Which of the following is the lowest cost DB2 product that can be legally
installed on a Linux server that has 2 CPUs?\
a) DB2 express Edition\
b) Db2 enterprise server edition
c) Db2 everyplace
d)Db2 workgroup server edition
66) When attempting to establish a connection to a database residing on your local machine,
which command can help u determine why the following message was displayed.\
Sql1013N the database alias name or database name SAMPLE could not be found.
SQLSTATE=42705
a) list database directory
b) list admin node directory
c) list node directory
d) list dcs directory
67) tables
which of the following will give u the best performance to large amounts of data into a db2
table
a) Import
b) Load
c) Fast import
d) bulk insert
68) which of the following is not a supported type of trigger?\
a) After
b) Before
c) During
d) Instead of

69) Best define transaction is?


a) a sequence of one or more SQL operations grouped together, also
known as single unit of work
b) A set of independent operations that can be executed in parallel
c) A data isolation level that can help prevent deadlocks by allowing
reads on previously committed data.
d) An object of a DB2 database.
70)when a user is connected to a database which of the following privies is required for the
user to use a package?
i. Bind
ii. Bindadd
iii. Execute
iv. Use
71)assuming that you are currently connected to TESTDB. Which of the following will allow
the view of the database settings with details?>?
a) db2 get db cfg with detail
b) db2 get db cfg show detail
c) db2 get dbm cfg with detail
d) db2 get dbm cfg show detail
72)which of the following is a tool to configure automatic database backup?
a) Configure automatic maintenance wizard
b) Design Advisor
c) Explain tool
d) Export utility
73)Given the options below, which of the following statements can add records to a table?
v. Adder
vi. Add record
vii. Insert
viii. Add
74)consider the following cmd
create table space mytbsp1 managed by automatic
what will the command result in?
a) Creation of a normal table space called mytbsp1 that is managed
automatically.
b) Creation of a user table space called mytbsp1 that is managed
automatically.
c) Creation of a temporary table space called mytbsp1 that is managed
automatically.0
d) This command will return an error to the user.
75)which of the following SQL statements cane be used to remove data from
the table users.
ix. Remove table users
x. Drop table users
xi. Delete table users
xii. Alter table users
76)which of the following db2 client server packages is not suitable for developing ODBC
applications?
xiii. IBM data server client
xiv. Ibm data server driver for ODBC and CLI
xv. Ibm data server runtime client

xvi. Ibm data server driver package


77)which of the following statements is false about transactions?
xvii. Operations inside a transaction are executed in parallel,.
xviii. Only 1 commit statement can be executed inside the same
transaction.
xix. Transactions guarantee atomicity of a group of operations.
xx. A rollback or commit statement finalizes a transaction
78)which data model was created with the focus of providing better data independence?
xxi. Relational
xxii. Hierarchical
xxiii. Semantic
xxiv. Network
79)A dirty read occurs when?
xxv. A transaction read the same row2 of data twice and returns diff
data values with each read.
xxvi. A search based on some criterion returns additional rows after
consecutive searches during a transaction.
xxvii. Uncommitted data is returned, but the transaction that originated
them as rolled back.
xxviii. Two transactions read and then attempt to update the same data, the
second update will overweight the first update before it is
committed.
80)how can an application modify the isolation level of operations running against a db2
database?
xxix. Isolation level can be changed for a particular SQL statement.
xxx. Isolation liven can only because changed for the whole user section
and all operations in that section will be effected.
xxxi. Isolation level to be used can be specified by executing the commit
operation.
xxxii. Isolation level is determined at the moment an application
connects to the database. To change the isolation level, an
application is required to create the new connection specifying
desired level.
81)which of the following objects you would need to create in order to execute a block of
code every time table TB1 is updated?
xxxiii. In after trigger
xxxiv. U udf
xxxv. A stored procedure
xxxvi. An user defined type.
82)you are tasked with designing a model that can be used by the software developer to
implement a given application. Which of the following is not true about your model?
xxxvii. the model is a low level of abstraction with concrete and detailed
design.
xxxviii. The model includes specific implementation and protocol
details.
xxxix. The model should define relationships between the managed
objects
xl. Model being designed is a info mode.
83)considering the SQL statement below, which option best describes what app.tax is
select app.tax(salary) from employee

a) user defined function


b) stored procedure
c) Trigger
d) User defined type
84) which of the following programming languages can be user to develop UDFs?
xli. java, JavaScript, SQL
xlii. C/C++, java, .NET languages
xliii. SQL, C#, .nET , Perl
xliv. Perl,C/C++, SQL
85)what is authorization?
xlv. Authorization is a process that checks whether you have
sufficient provides to perform the desired databases operation
xlvi. Authorization is the process where the DBA gathers info to see
who will have access to the database.
xlvii. Authorization is the process where the DB2 database checks with
windows security to see if you have access to the DB2 database
xlviii. Authorization is a process that validates that you are who you clain
to be by verifying your user ID and password.
86)using Db2s CLP to access a remote database for the first time it is necessary to
xlix. First catalog the remote system or node, then catalog the
database within the remote node.
l. First register the remote system user in the system catalog and then
setup a SSH common. To the remote node.
li. Db2 cannot use databases in remote system unless SYSADM
authority is granted to the local user.
lii. First list all the remote databases with the db2 list directory
command and then select the remote database form the list
87)which of the following is false about VIEWS?
liii. Do not contain real data
liv. Any view can be updated, independent of its definition.
lv. When changes are made to data through view the data us changed
in the underlying table.
lvi. Can be used interchangeably with tables when retrieving data
88)which of the following is the lowest cost DB2 product that can be legally installed on a
windows server that has 4 CPU capable of performing row compression?
i)
express
ii)
workgroup
iii)
express C
iv)
enterprise
89)if circular logging is used, the following types of backup are allowed
lvii. online full backup
lviii. offline full backup
lix. online incremental backup
lx. offline incremental backup
90)which of the following is not true?
lxi. Structured query language is the standard language for
manipulating data in relational database management system
lxii. Dbms act as an interface used to communicate with databases
lxiii. The hierarchal data model organizes data in tables with columns
and rows.

lxiv. DB2 is database management system.


91)Following programming languages used to develop applications that require access to
db2?
lxv. Java
lxvi. PHP
lxvii. C#
lxviii. All the above
92)When does authentication takes place?
lxix. Just before DB2 executes is SQL statement sent by a client
application
lxx. When the user connect s to the database
lxxi. When the user disconnects to the database
lxxii. It is part of db2 server process.
93)Your company has asked you to create a database to store and organize data about the
structure of the company. You want to store branch and employee data as well as data on the
products that each employee in your company deals with. In order to reduce redundancy, how
many tables should you create? Consider that your model should be tailored to reduce the
possible number of NULL values in the table(s).
lxxiii. 1
lxxiv. 2
lxxv. 3
lxxvi. 4
94)which of the following tools would u use if you need to execute SQL statements against a
Db2 database from the command line?
lxxvii. DB2 Health center
lxxviii. Db2 command line processor
lxxix. Db2 command line advisor
lxxx. Db2 control center
95)which of the following is true about table spaces in DB2?
lxxxi. A table space is a file managed by the operating system where db2
can store data.
lxxxii. A table spaces is always associated with the buffer pool
lxxxiii. A table spaces to store users temporary table data is automatically
is created when database is created.
lxxxiv. A table space can be managed by the database (DB2) or by
external application
96)which of the following statement is true?
i. the owner of a table does not automatically receive control privilege
for the table
ii. the owner of a table automatically receives control privilege, but
does not automatically receive all other table privileges.
iii. if the control prevailed is revoked from the table owner, all the
other privies that are automatically granted to the owned when the
table was created are automatically reviled.
iv. If the control privilege is revoked from the table owner, all other
privileges that were automatically granted to the owner when the table
was created need to be explicitly revoked.
97)which of the following installation packages does not contain the GUI administration
tools?
lxxxv. DB2 data server enterprise edition

lxxxvi. Db2 data server express-C edition


lxxxvii. IBM data server client
lxxxviii. IBM data server Runtime
98)Application A is running under the repeatable read isolation level and holds an update lock
on table TAB!. Application B wants to query table TAB1 and cannot wait for application A to
release its lock. Which isolation level should application B run under to achieve this
objective?
lxxxix. Repeatable Read
xc. \Read stability
xci. Cursor Stability
xcii. Uncommitted Read
99)which data model was created with the focus of providing better data independence?
i. Semi-structured
ii. Hierarchical
iii. Relational
iv. Entity- relationship
100)which of the following us characteristic of high availability?
v. It allows compression of data
vi. It allows definition of a policy to guarantee quality of service to
applications.
vii. It allows replication of data to a standby server that can take over
in case of failure.
viii. It allows high performance of a DB2 server by distributing workload
across several machines.
101)which of the following is true about Static SQL?
ix. It takes advantage of the table statistics are runtime.
x. The structure of the SQL statement must be completely specifies at the
precompilation phase.
xi. It is compiled and executed by an application at run-time.
xii. Static SQL does not exist.
102)If secondary log files are to be allocated until the unit work commits or storage is
exhausted, which type of logging is used?
xiii. Circular logging
xiv. Archival Logging
xv. Infinite Logging
xvi. It cannot be done in DB2
103)The authentication method in a DB2 server is defined with in
xvii. The database configuration
xviii. The systems catalog.
xix. The db2 registry
xx. The database manager configuration
104)which of the following is true about relation databases and the relation data model?
xxi. A table does not allow duplicates and a relation does.
xxii. A domain is the smallest unit of data.
xxiii. A column is the equivalent to tuple.
xxiv. A domain is the set of some possible values for a specific field.
105)which of the following is not a feature pack that can add extra functionality to a db2
server?
xxv. Advanced access control
xxvi. Storage optimization

xxvii. Performance optimization


xxviii. Pure XML
106)which of the following is NOT a SQL/XML function in DB2 9.7?
xxix. XMLQUERY
xxx. XMLEXISTS
xxxi. EXISTS
xxxii. XMLCAST
107)which of the following options can be used to check the minimum point in time (PIT)
for a table space restore?
xxxiii. List table spaces show all
xxxiv. Restore database sample table space(MYBSP) form /tbspbkp
xxxv. Restore database sample table space(MYTBSP) online from /tbspbkp
xxxvi. Get snapshot for table space on <database>
108)which of the following elements are shown in a DB2 access plan?
xxxvii. Configuration parameters relevant to optimization.
xxxviii. Properties for operators.
xxxix. Statistics
xl. All of the above.
109)which one of the following SQL statements will inline XML documents smaller that
1000 bytes, stored within the EMPINFO column?
xli. Create table employees(empid char(8), empinfo XML inline
length(1024))
xlii. Alter table employees alter column empinfo set inline length 1000
xliii. Create table employees (empid char(8), empinfo XML) SET in lining
(1000)
xliv. Create table employees (empid char(8), empinfo XML DEFAULT
INLINE 1000)
110) In embedded SQL, which of the following is an example of how to establish a
connection to the sample database in DB2?
xlv. EXEC SQL connect to sample
xlvi. DB2 Connect to DB sample
xlvii. EXEC connect to sample
xlviii. EXEC db2 connect to database sample
111)which of the following is not a DML statement?
xlix. Select
l. Insert
li. Alter
lii. Update
112)which of the following statements is false about transactions?
liii. Operations inside a transaction are executed in parallel.
liv. Only 1 commit statement can be executed inside the same transaction.
lv. Transactions guarantee atomicity of a group of operations.
lvi. A rollback or commit statement finalizes a transaction.
113)In db2 9.7 which of the following functions can be used to create tables from XML
documents?
lvii. XMLTABLE
lviii. TABLEXML
lix. XML2RELATIONAL
lx. SML2TABLE

114) what is the default isolation level in Db2 9.7 for Linux, Unix and windows for new
databases?
lxi. Cursor stability
lxii. Cursor stability with current committed semantics
lxiii. Uncommitted read
lxiv. None of the above
115)which of the following statements revoke access to sample database from user TOM?
lxv. Revoke connect on sample from user tom
lxvi. Revoke access from user tom on database
lxvii. Revoke access from user tom on sample.
lxviii. Revoke connect on database from user tom.
116)which of the following statements is false regarding buffer pools?
lxix. Buffer pools work as cache, storing data that is read from table spaces.
lxx. Pages in a buffer pool can be 4k,8k,16j,32k in size
lxxi. A database can only have one Buffer pool.
lxxii. The size of a buffer pool can be automatically resized STMM.
117) considering the SQL statement below, which option best describes what ABS is
Update tb1 set col1 = ABS(col2)
lxxiii. Stored Procedure
lxxiv. Built-in function
lxxv. Trigger
lxxvi. User defined type
118)assuming that you are currently connected to a db2 database which of the following
commands will terminate your connection?
lxxvii. Db2 connect reset
lxxviii. Db2 connect end
lxxix. Connect kill
lxxx. Connect
119)Which of the following is true about columns?
a. each columns consists of one or more records,
b. Columns are where the individual pieces of information are stored for each
record.
c. Columns must be designated a specific data types.
d. Columns are also known as records.
120)Which of the following is true about relational Databases?
a) A column can store values of different data types.,
b) A table consists of columns and rows.
c) Rows in the same table can have a diff set of columns
d) Rows are also known as fields of the table.
121)Best describes what an incremental cumulative backup is?
e. Backup all of the data that has changed since the last successful full or
delta backup.
f. Backup of a single table space.
g. Backup of the entire database.
h. Backup all of the data that has changed since the last full backup.
122)what is SQL/XML?
i. SQL/XML is a communication protocol for DB2 databases.

j. B) is a part of the XQuery standard and provides various publishing


functions to transform XML data into relational form and vice versa.
k. SQL.XML is a language that provides various publishing functions to
transform XML data into relational form and vice verso,
l. Is an extension to SQL standard and provides various publishing functions to
transform XML data into relational form and vice versa.
123)Which of the following is NOT true about columns?
m. Each col consists of one or more fields.
n. Each col contains a specific type of information
o. Col must be designated a specific data type
p. Col are also known as fields.
124) true about dynamic SQL?
q. It is precompiled and binded in dynamic databases.
r. The structured of an SQL statement must be completely specific at
precompile time.
s. It is compiled and executed by an application at runtime
t. Dynamic SQL does not exist.
125)In embedded SQL code, which of the following is true about delimiters?>
u. Used by the OS to delimit system variable declaration
v. Used by the DB to indicate the end of Colum
w. Used by the compiler to indicate the end of the program.
x. Used by the precompiler to identify sql statements to be translated.
126)option will perform an offline table space recover?
y. restore database sample table space(mytbsp) offline from /tbspbkp
z. restore database sample table space (mytbsp) from /tbspbkp

Das könnte Ihnen auch gefallen