Unit1 - Database Engine
Unit1 - Database Engine
Topic:
Database Engine
Learning Objectives
• Different examples
• Types of Engines
• Some MCQ’s
What is a DATABASE ENGINE?
The Database Engine is the core service for storing, processing, and
securing data.
▪ Use the Database Engine to create relational DBs for online transaction
processing (OLTP) or online analytical processing data (OLAP).
This includes creating tables and DB objects such as indexes, views, and
stored procedures.
Examples of Database Engine:
1) SQLite:
SQLite is a widely used database engine most commonly found
in mobile and desktop applications.
1.True
2.False
Answer: A) True
C) Retrieving database
3.In which language MYSQL is written?
2.PYTHON
3.C/C+
4.JAVA
5.COBOL
Answer: B) C/C++
D) Accessing data stored
MCQ’s
4.In which form MYSQL query results are displayed?
1.LIST
2.TUPLE
3.ROWS AND COLUMNS
4.LIST AND TUPLES BOTH