0% found this document useful (0 votes)
46 views1 page

TCS Interview ETL Questions

The document discusses several advantages of database management systems including improved data sharing, data security, data integration, minimized data inconsistency, improved data access, and improved decision making. It also defines database management systems as software that allows users to create and manage databases, provides an interface between users and databases, and database schemas as a set of integrity constraints imposed on a database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

TCS Interview ETL Questions

The document discusses several advantages of database management systems including improved data sharing, data security, data integration, minimized data inconsistency, improved data access, and improved decision making. It also defines database management systems as software that allows users to create and manage databases, provides an interface between users and databases, and database schemas as a set of integrity constraints imposed on a database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

List different advantages of DBMS

Improved data sharing.

The list of several advantages of DataBase Management System:

Improved data security.


Better data integration.
Minimized data inconsistency.
Improved data access.
Improved decision making.
Increased end-user productivity.
13) What is Database Management System?
A DataBase Management System is a software system used for creating and managing
databases. DBMS make it possible for the end user to build and maintain databases.
DBMS provides an interface between the end user/application and the databases.

14) What is database Schema?


The formal definition of the database schema is a set of formulas (sentences)
called integrity constraints imposed on a database.

15) What are the conditional statements?


The conditional statements can alternatively be called as conditional expression
also. Conditional comments are the set of rules which were executed if a particular
condition is true. It is often referred to an if-then statement because if the
state is true, then the statement is executed.

16) What is the difference between the foreign key and reference key?
Reference Key is the primary key that is referenced in the other table (linked via
the other tables Foreign Key). Foreign Key is how you connect the second table to
the primary tables Primary Key (or Reference Key).

You might also like