DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?



Similar documents

BCA. Database Management System

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

DATABASE MANAGEMENT SYSTEMS. Question Bank:

IT2304: Database Systems 1 (DBS 1)

IT2305 Database Systems I (Compulsory)

Introduction to Databases

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Conventional Files versus the Database. Files versus Database. Pros and Cons of Conventional Files. Pros and Cons of Databases. Fields (continued)

TYPICAL QUESTIONS & ANSWERS

æ A collection of interrelated and persistent data èusually referred to as the database èdbèè.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Oracle Database 10g: Introduction to SQL

1 File Processing Systems

Oracle Database: SQL and PL/SQL Fundamentals NEW

Databases What the Specification Says

Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006

Chapter 1: Introduction

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

Chapter 1: Introduction. Database Management System (DBMS) University Database Example

5. CHANGING STRUCTURE AND DATA

Basic Concepts of Database Systems

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

news from Tom Bacon about Monday's lecture

Database Management. Chapter Objectives

1. INTRODUCTION TO RDBMS

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases;

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur

Database Management System

ORACLE DATABASE 11G: COMPLETE

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: ) Information Technology

Oracle Database 10g Express

Introduction to Database Systems

StreamServe Persuasion SP5 Oracle Database

Chapter 13 File and Database Systems

Chapter 13 File and Database Systems

Oracle Database Links Part 2 - Distributed Transactions Written and presented by Joel Goodman October 15th 2009

Database Extension 1.5 ez Publish Extension Manual

Chapter 2 Database System Concepts and Architecture

Oracle Database 11g SQL

Database Concepts. Database & Database Management System. Application examples. Application examples

Oracle Database 12c: Admin, Install and Upgrade Accelerated

COMP5138 Relational Database Management Systems. Databases are Everywhere!

Lesson 5 Administrative Users

Many DBA s are being required to support multiple DBMS s on multiple platforms. Many IT shops today are running a combination of Oracle and DB2 which

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

Oracle 11g DBA Training Course Content

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content

Database 10g Edition: All possible 10g features, either bundled or available at additional cost.

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

CSE 132A. Database Systems Principles

Introduction to database management systems

Database Administrator [DBA]

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

Database Management System

Oracle DBA Course Contents

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Chapter 1: Introduction. Database Management System (DBMS)

B2.2-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

The safer, easier way to help you pass any IT exams. Exam : 1Z Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

How To Create A Table In Sql (Ahem)

ORACLE CORE DBA ONLINE TRAINING

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

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

Part A: Data Definition Language (DDL) Schema and Catalog CREAT TABLE. Referential Triggered Actions. CSC 742 Database Management Systems

CS2Bh: Current Technologies. Introduction to XML and Relational Databases. Introduction to Databases. Why databases? Why not use XML?

Oracle 10g PL/SQL Training

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control

Oracle Architecture, Concepts & Facilities

A basic create statement for a simple student table would look like the following.

Instant SQL Programming

Data Dictionary and Normalization

In This Lecture. SQL Data Definition SQL SQL. Notes. Non-Procedural Programming. Database Systems Lecture 5 Natasha Alechina

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

4 Logical Design : RDM Schema Definition with SQL / DDL

Oracle Database: Introduction to SQL

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups

Oracle Database 10g: Backup and Recovery 1-2

Expert Oracle. Database Architecture. Techniques and Solutions. 10gr, and 11g Programming. Oracle Database 9/, Second Edition.

Oracle Database 12c: New Features for Administrators

Database System Concepts

SQL, PL/SQL FALL Semester 2013

Oracle SQL. Course Summary. Duration. Objectives

Oracle Database: Introduction to SQL

Introduction: Database management system

Overview of Data Management

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

Scheme G. Sample Test Paper-I

Database Query 1: SQL Basics

Database Migration from MySQL to RDM Server

Module 2: Database Architecture

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

B.Sc (Computer Science) Database Management Systems UNIT-V

LOGICAL DATABASE DESIGN

DBMS / Business Intelligence, SQL Server

Transcription:

DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.) B.) C.) D.) Alter user Scott account lock; Modified user Scott account unlock; Alter user Scott account unlock; Alter user Scott unlock 3.) For which two constraints are indexes created when the constraint is added? A.) Check B.) Unique C.) Not null D.) Primary key E.) Foreign key, D

4.) What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? A.) B.) C.) D.) Application failure Instance Failure Media Failure Rollback failure 5.) What Oracle backup and recovery file contains user and system data? A.) B.) C.) D.) Control file Datafile OnLine ReDo file Offline ReDo file 6.) When is the SGA created in an Oracle database environment? A.) When the database is created B.) When a user process is started C.) When the database is mounted D.) When the instance is started E.) When a server process is started 7.) Which password management feature ensures a user cannot reuse a password for a specified time interval? A.) Account Locking B.) Password History C.) Password Verification

D.) Password Expiration and Aging 8.) Which privilege is required to create a database? A.) SYSDBA B.) DBA C.) SYSOPER D.) RESOURCE Answer: Option A 9.) What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles? A.) B.) C.) D.) Full backup Consistent backup Inconsistent backup Differential backup Answer: Option B 10.) Which three are the physical structures that constitute the Oracle database? (Choose three.) A.) Table B.) Extent C.) Segment D.) Data file E.) F.) Log file Tablespace G.) Control file

, E, G 11.) What is the maximum size of the page? A.) B.) C.) D.) Characters wide & 265 characters length Characters wide & 265 characters length Characters wide & 80 characters length None of the above Answer: Option B 12.) Relational calculus is a A) Procedural language. B) Non- Procedural language. C) Data definition language. D) High level language. Answer: Option B 13.) The view of total database content is A) Conceptual view. B) Internal view. C) External view. D) Physical View. 14.) DML is provided for A) Description of logical structure of database. B) Addition of new structures in the database system. C) Manipulation & processing of database. D) Definition of physical structure of database system.

15.) AS clause is used in SQL for A) Selection operation. B) Rename operation. C) Join operation. D) Projection operation. 16.) ODBC stands for A) Object Database Connectivity. B) Oral Database Connectivity. C) Oracle Database Connectivity. D) Open Database Connectivity. 17.) In the architecture of a database system external level is the A) Physical level. B) Logical level. C) Conceptual level D) View level. 18.) In an E-R diagram attributes are represented by A) rectangle. B) Square.

C) Ellipse. D) Triangle. 19.) A logical schema A) Is the entire database. B) Is a standard way of organizing information into accessible parts? C) Describes how data is actually stored on disk. D) Both (A) and (C) 20.) The database environment has all of the following components except: A) Users. B) Separate files. C) Database. D) Database administrator 21.) The language which has recently become the defacto standard for interfacing application programs with relational database system is A) Oracle. B) SQL. C) DBase. D) 4GL.

22.) In an E-R diagram an entity set is represent by a A) Rectangle. B) Ellipse. C) Diamond box. D) Circle. 23.) The DBMS language component which can be embedded in a program is A) The data definition language (DDL). B) The data manipulation language (DML). C) The database administrator (DBA). D) A query language. 24.) A relational database developer refers to a record as A) A criteria. B) A relation. C) A tuple. D) An attribute. 25.) The method in which records are physically stored in a specified order according to a key field in each record is A) Hash. B) Direct. C) Sequential. D) all of the above.

26.) Count function in SQL returns the number of A) Values. B) Distinct values. C) Groups. D) Columns. 27.) Which one of the following statements is false? A) The data dictionary is normally maintained by the database administrator. B) Data elements in the database can be modified by changing the data dictionary. C) The data dictionary contains the name and description of each data element. D) The data dictionary is a tool used exclusively by the database administrator. 28.) An advantage of the database management approach is A) Data is dependent on programs. B) Data redundancy increases. C) Data is integrated and can be accessed by multiple programs. D) None of the above. 29.) A DBMS query language is designed to A) Support end users who use English-like commands.

B) Support in the development of complex applications software. C) Specify the structure of a database. D) all of the above. Answer: Option D 30.) The method of access which uses key transformation is known as A) Direct. B) Hash. C) Random. D) Sequential. Answer: Option B 31.) The statement in SQL which allows to change the definition of a table is A) Alter. B) Update. C) Create. D) Select. 32.) Relational Algebra is A) Data Definition Language. B) Meta Language C) Procedural query Language D) None of the above

33.) Key to represent relationship between tables is called A) Primary key B) Secondary Key C) Foreign Key D) None of these 34.) DBMS helps achieve A) Data independence B) Centralized control of data C) Neither (A) nor (B) D) Both (A) and (B) 35.) Which of the following are the properties of entities? A) Groups B) Table C) Attributes D) Switchboards 36.) Which of the following is correct? A) A SQL query automatically eliminates duplicates. B) SQL permits attribute names to be repeated in the same relation.

C) A SQL query will not work if there are no indexes on the relations D) None of these 37.) It is better to use files than a DBMS when there are A) Stringent real-time requirements. B) Multiple users wish to access the data. C) Complex relationships among data. D) All of the above. 38.) Which of the following is a valid SQL type? A) CHARACTER B) NUMERIC C) FLOAT D) All of the above 39.) Which of the following is an advantage of view? A) Data security B) Derived columns C) Hiding of complex queries D) All of the above 40.) Which database level is closest to the users? A) External

B) Internal C) Physical D) Conceptual 41.) A set of possible data values is called A) Attribute. B) Degree. C) Tuple. D) Domain. 42.) Which of the following is another name for weak entity? A) Child B) Owner C) Dominant D) All of the above 43.) Which of the following database object does not physically exist? A) Base table B) Index C) View D) None of the above 44.) A data dictionary is a special file that contains:

A) The name of all fields in all files. B) The width of all fields in all files. C) The data type of all fields in all files. D) All of the above. 45.) A primary key is combined with a foreign key creates A) Parent-Child relationship between the tables that connect them. B) Many to many relationship between the tables that connect them. C) Network model between the tables that connect them. D) None of the above. 46.) Which one of the following is not true for a view: A) View is derived from other tables. B) View is a virtual table. C) A view definition is permanently stored as part of the database. D) View never contains derived columns. 47.) Which two files are used during operation of the DBMS? A) Query languages and utilities B) DML and query language C) Data dictionary and transaction log D) Data dictionary and query language

48.) data type can store unstructured data A) RAW B) CHAR C) NUMERIC D) VARCHAR