DB2 MOCK TEST DB2 MOCK TEST II

Similar documents
PL/SQL MOCK TEST PL/SQL MOCK TEST I

HADOOP MOCK TEST HADOOP MOCK TEST I

Database Assistant. Once Database Assistant is installed you must login to gain access to the database. Copyright 2009

DB2 - DATABASE SECURITY

HADOOP MOCK TEST HADOOP MOCK TEST II

Oracle Database 10g Express

Ch.5 Database Security. Ch.5 Database Security Review

HADOOP MOCK TEST HADOOP MOCK TEST

MVC FRAMEWORK MOCK TEST MVC FRAMEWORK MOCK TEST II

Chapter 9, More SQL: Assertions, Views, and Programming Techniques

EZManage V4.0 Release Notes. Document revision 1.08 ( )

DB2 Security. Presented by DB2 Developer Domain

Table of Contents SQL Server Option

Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels

Netezza Workbench Documentation

Dynamics NAV/SQL Server Configuration Recommendations

2009 Braton Groupe sarl, All rights reserved.

Microsoft Word 2011: Create a Table of Contents

Choosing a Data Model for Your Database

Visual basic string search function, download source code visual basic 6.0 gratis. > Visit Now <

In This Lecture. Security and Integrity. Database Security. DBMS Security Support. Privileges in SQL. Permissions and Privilege.

2012 Teklynx Newco SAS, All rights reserved.

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Computer Security: Principles and Practice

SQLITE C/C++ TUTORIAL

How to Set Up pgagent for Postgres Plus. A Postgres Evaluation Quick Tutorial From EnterpriseDB

Oracle(PL/SQL) Training

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1

SAS 9.4 In-Database Products

Configuring and Monitoring Database Servers

IT2305 Database Systems I (Compulsory)

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

Basic Unix/Linux 1. Software Testing Interview Prep

INFO/CS 330: Applied Database Systems

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

User Manual. Crystal Report Integration

Getting Started with Tuning SQL Statements in IBM Data Studio and IBM Data Studio (stand-alone), Version 2.2.1

Revolutionized DB2 Test Data Management

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment

INDIVIDUAL MASTERY for: St#: Test: CH 9 Acceleration Test on 29/07/2015 Grade: B Score: % (35.00 of 41.00)

INDIVIDUAL MASTERY for: St#: Test: CH 9 Acceleration Test on 09/06/2015 Grade: A Score: % (38.00 of 41.00)

In this topic we will cover the security functionality provided with SAP Business One.

A Brief Introduction to MySQL

Realfax Service User Manual Version 4

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Mimer SQL. Programmer s Manual. Version 8.2 Copyright 2000 Mimer Information Technology AB

Energinet.dk Gas Storage Online

Using SQL Server Management Studio

ICE for Eclipse. Release 9.0.1

Chapter 24: Creating Reports and Extracting Data

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014

ODBC Client Driver Help Kepware, Inc.

Managing Objects with Data Dictionary Views. Copyright 2006, Oracle. All rights reserved.

SQL - QUICK GUIDE. Allows users to access data in relational database management systems.

Introduction to the Agency Portal

Highline Excel 2016 Class 26: Macro Recorder

D&B Data Manager Your Data Management process in the Cloud. Transparent, Complete & Up-To-Date Master Data

Create a New Database in Access 2010

Migrate Topaz databases from One Server to Another

Database Security. The Need for Database Security

IBM Tivoli Provisioning Manager V 7.1

Data Access Guide. BusinessObjects 11. Windows and UNIX

The Import & Export of Data from a Database

Session: Archiving DB2 comes to the rescue (twice) Steve Thomas CA Technologies. Tuesday Nov 18th 10:00 Platform: z/os

ACCESS Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

ERserver. DB2 Universal Database for iseries SQL Programming with Host Languages. iseries. Version 5

MVC FRAMEWORK MOCK TEST MVC FRAMEWORK MOCK TEST III

CS346: Database Programming.

SQL and Programming Languages. SQL in Programming Languages. Applications. Approaches

FileMaker 11. ODBC and JDBC Guide

Oracle Database 12c: Introduction to SQL Ed 1.1

AWS Schema Conversion Tool. User Guide Version 1.0

The Structured Query Language. De facto standard used to interact with relational DB management systems Two major branches

Configuring SQL Server Lock (Block) Monitoring With Sentry-go Quick & Plus! monitors

Databases What the Specification Says

Oracle Database: SQL and PL/SQL Fundamentals

Tutorial Database Testing using SQL

Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008

Demystified CONTENTS Acknowledgments xvii Introduction xix CHAPTER 1 Database Fundamentals CHAPTER 2 Exploring Relational Database Components

WEB RECRUITMENT INTRODUCTION TO RELEASE

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version /9

Mixed Authentication Setup

Creating a Database in Access

SafeCom Smart Printing Administrator s Quick Guide

DATABASE MANAGEMENT SYSTEMS. Question Bank:

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS

WatchDox Administrator's Guide. Application Version 3.7.5

Introduction to Microsoft Access 2003

An Oracle White Paper June RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

Barracuda Phone System User Portal - Communication Command Center

Associate Professor Northern Virginia Community College

Comp 255Q - 1M: Computer Organization Lab #3 - Machine Language Programs for the PDP-8

Micro Focus Database Connectors

Copyright 2013 wolfssl Inc. All rights reserved. 2

Table Of Contents. iii

Instant SQL Programming

Transcription:

http://www.tutorialspoint.com DB2 MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to DB2. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself. DB2 MOCK TEST II Q 1 - What is the maximum size of a CHAR data type in DB2? A - 256 bytes B - 1032 bytes C - 254 bytes D - 1064 bytes Q 2 - Write the query to delete all the rows from a table TAB. A - DELETE TAB; B - DELETE * FROM TAB; C - DELETE * FROM TABLE TAB; D - DROP * FROM TAB; Q 3 - Write a query to delete a table TAB from database. A - DELETE TABLE TAB B - DELETE TAB C - DROP TAB D - DROP TABLE TAB; Q 4 - How many primary keys can be declared on a table? A - No Limit B - Only 1

C - 5 D - 10 Q 5 - In which statement you can define primary key? A - CREATE TABLE B - ALTER TABLE C - UPDATE TABLE D - Both A & B Q 6 - Which statement is used to authorize access on database tables? A - ACCESS B - PRIVILEGE C - AUTHORIZE D - GRANT Q 7 - Which statement is used to revoke the access from a database? A - REJECT B - REVERT C - REVOKE Q 8 - What does DCLGEN stands for? A - Declaration Generation B - Declaration Generator C - Declare Generator D - Declare Generation Q 9 - What does a negative SQL code indicates? A - Exception B - Failure C - Success Q 10 - What does a positive SQL code indicates?

A - Exception B - Failure C - Success Q 11 - What does DBRM stands for? A - Database Resource Manager B - Database Request Module C - Database Resource Module D - Database Request Manager Q 12 - What happens in BIND step in a DB2 program? A - Bind step checks for data type matches B - Bind contains SQL statements C - Bind step converts all SQL statements to executables Q 13 - Suppose a Plan contains 4 Packages & we modified one of the DBRM which is present in one of the Package. Then for normal functionality of application what should we do? A - Bind complete plan B - Bind all packages C - Bind one package in which modified DBRM is present Q 14 - What does application plan contains? A - DBRM B - Package C - Both A & B Q 15 - When you will face SQLCODE 100?

Q 16 - When you will face SQLCODE -204? Q 17 - When you will face SQLCODE -805? Q 18 - When you will face SQLCODE -803? Q 19 - When you will face SQLCODE -811? B - Deadlock or timeout Q 20 - When you will face SQLCODE -911? B - Deadlock or timeout Q 21 - Q 21 - When you will face SQLCODE -922?

B - Deadlock or timeout Q 22 - When you will face SQLCODE -818? B - Deadlock or timeout Q 23 - Which operation is not associated with cursor? A - Declare B - Open C - Read D - Close Q 24 - Which command is used to start an instance on DB2? A - STARTDB2 B - DB2START C - DB2STOP D - RUNDB2 Q 25 - In a COBOL-DB2 program where can we declare a cursor? A - Working Storage Section B - Procedure Division C - Linkage Section D - Both A & B ANSWER SHEET Question Number Answer Key 1 C 2 B 3 D 4 B

5 D 6 D 7 C 8 B 9 B 10 A 11 B 12 C 13 C 14 C 15 A 16 B 17 C 18 D 19 A 20 B 21 C 22 D 23 C 24 B 25 D