img
All Q&A
Database Management System

Explain how to reduce a relationship set of an E-R diagram into relational schema.

23 January, 2022
There are several processes and algorithms available to convert ER Diagrams into Relational Schema. Some of them are automated and some of them are manual. We may focus here on the mapping diagram contents to relational basics.
Database Management System

State the steps involved in query processing. Why is the query optimization needed?

23 January, 2022
Query processing refers to the range of activities involved in extracting data from a database. The activities include translation of queries in high-level database languages into expressions that can be used at the physical level of the file system,
Data Structures & Algorithm

What is the benefit of using arrays of pointers instead of several pointer variables?

23 January, 2022
The benefit of using arrays of pointers is that you can use a for loop