Database Management Systems (NCO)
Data Base Management systems
Questions
A computer contains several records. What does each record contain?
- Bytes
- Words
- Fields
- Database
- _
What type of language is used by most of the DBMS for helping their users to access data?
- High level language
- Query language
- SQL
- 4GL
- _
Which language has recently become the defacto standard for interfacing application programs with relational database systems?
- Oracle
- SQL
- dBASE
- 4GL
- _
In any hierarchy of data organisation, what is the smallest entity to be processed as a single unit called?
- Data field
- Data record
- Data file
- Database
- _
Which OEM tool will we use to create a logical object in which rollback segments are stored?
- Data Manager
- Schema Manager
- Storage Manager
- Instance Manager
- _
Which of the following SQL commands would you use to query data?
- DROP
- SELECT
- ALTER
- INSERT
- _
Which type of system would be insert/delete intensive?
- DSS
- OLTP
- Data warehouse
- DML
- _
Which protocol should be configured from the client-side before you attempt to use the host-naming method?
- BEQ
- IPC
- TCP/IP
- DECNet
- _
What is the name given to the database management system which is able to handle full text data, image data, audio and video?
- Full media
- Graphics media
- Multimedia
- Hypertext
- _
The files stored on a secondary stage device are composed of a hierarchy of data. What does a record in a file contain?
- Bits
- Characters
- Data field
- Schema
- _
Which background process periodically reclaims space used by temporary segments that are no longer being used?
- SMON
- PMON
- ARCH
- DBWR
- _
Which of the following constraints should you use to ensure that the combination of values in the JOB and TITLE columns in the EMPLOYEE table is unique?
- NULL
- CHECK
- UNIQUE
- FOREIGN KEY
- _
Which logical database structure can be switched between read-write and read-only status?
- Extent
- Segment
- Database
- Tablespace
- _
Which Net8 architecture layer provides a common protocol interface to industry standard protocols?
- OCI
- TNS
- Protocol
- Application
- _
Which of the following types of storage structures can be used to create three tables that will be frequently joined based on similar key column values?
- LOB
- Hash cluster
- Nested table
- Index cluster
- _