Database - Introduction to Database - Discussion

Discussion Forum : Introduction to Database - General Questions (Q.No. 15)
15.
Which of the following is not considered to be a basic element of an enterprise-class database system?
Users
Database applications
DBMS
COBOL programs
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
9 comments Page 1 of 1.

Schartz said:   1 decade ago
The question asked here is about Database Systems in an academic sense rather than their enterprise class implementations. Following are the parts of *ANY* database system:

The database schema.
Schema objects.
Indexes.
Tables.
Fields and columns.
Records and rows.
Keys.
Relationships.
Data type.

Note that any kind of programs/applications which act upon database are not the part of database system. COBOL programs are essentially the programs written in COBOL programming language.

Clearly they are not part of the database system. Be it any program written in any language (C++, JAVA, C#, COBOL or Python) it will not be the part of a database system.
(1)

Mahesh said:   1 decade ago
COBOL is a programming language that reads like regular English and is often used for business and administrative purposes. The name means Common Business Oriented Language. COBOL is referred to as a legacy language, which means it is in a format that is no longer used or supported by new systems.
(4)

Bhaskar said:   1 decade ago
Basically oracle is considered enterprise-class database system.

Gopal said:   1 decade ago
Its name is an acronym for COmmon Business-Oriented Language

Pavi said:   1 decade ago
What is an enterprise-class database system?

Preeti said:   1 decade ago
It is an object Oriented Language.

S.Jeyaram said:   1 decade ago
What use of COBOL programs?

Sanjay said:   7 years ago
Well said, Thanks @Mahesh.

Soniya said:   1 decade ago
How? Please explain me.

Post your comments here:

Your comments will be displayed after verification.