DATABASE | SQL | SQL INTERVIEW QUESTION AND ANSWERS 11 | WHAT IS OLTP? | WHAT IS DDL (DATA DEFINITION LANGUAGE)? | WHAT IS WEAK ENTITY SET? | WHAT IS A DEADLOCK? | WHAT DO YOU MEAN BY FLAT FILE DATABASE? | WHAT IS STORAGE MANAGER?

Sql Interview Question and Answers:

61.     What is OLTP?

      Online Transaction Processing (OLTP) relational databases are optimal for managing changing data. When several users are performing transactions at the same time, OLTP databases are designed to let transactional applications write only the data needed to handle a single transaction as quickly as possible.

62.     What is DDL (Data Definition Language)?
      A data base schema is specifies by a set of definitions expressed by a special language called DDL.

63.     What is Weak Entity set?
      An entity set may not have sufficient attributes to form a primary key, and its primary key compromises of its partial key and primary key of its parent entity, then it is said to be Weak Entity set.

64.     What is a deadlock?
      Two processes wating to update the rows of a table which are locked by the other process then deadlock arises.

65.     What do you mean by flat file database?
      It is a database in which there are no programs or user access languages. It has no cross-file capabilities but is user-friendly and provides user-interface management.

66.     What is Storage Manager?
      It is a program module that provides the interface between the low-level data stored in database, application programs and queries submitted to the system.

No comments:

Post a Comment