USE THIS SEARCH BOX AND GET MORE QUESTIONS UPDATES

Friday, December 21, 2018

Interview Questions and Answers - DBMS

  1. What are data and information, and how are they related in a database?
    Data is recorded facts and figures, and information is knowledge derived from data. A database stores data in such a way that information can be created.
  2. What is Enterprise Resource Planning (ERP), and what kind of a database is used in an ERP application?
    Enterprise Resource Planning (ERP) is an information system used in manufacturing companies and includes sales, inventory, production planning, purchasing and other business functions. An ERP system typically uses a multiuser database.
  3. What is a DBMS?
    DBMS stands for Database Management System. A DBMS receives requests from applications and translates those requests into actions on a specific database. A DBMS processes SQL statements or uses other functionality to create, process and administer databases.
  4. Why is a database considered to be "self-describing"?
    In addition to the users' data, a database contains a description of its own structure. This descriptive data is called "metadata."
  5. Who is E.F. Codd, and why is he significant in the development of modern database systems?
    While working at IBM, E.F. Codd created the relational database model. A paper he published in 1970 presented his ideas to the world at large. His work is the foundation for most of the DBMSs currently in use, and thus forms the basis for database systems as we know and use them today.

No comments:

Post a Comment