The Q&A Community for Students

MindStudy, question and answer site designed to help students, to help each other:
To ask, to learn, to share, to grow.

Ask Questions

Get the right answers. Fast

Answer Questions

Submit answers for community.

Be Somebody's Hero

Pat yourself on the back. You deserve it.

All Questions

524 questions

960 views

Write short notes on:

  • Database Language
  • Metadata
  • B+ tree

A DBMS is a software package that carries out many different tasks including the provision of facilities to enable the user to access and modify information in the database.

Demo Teacher
added 2 years ago
1025 views

Define a Foreign key. Why is the concept needed? How does it play a role in the join operation?

A relation, say, r1, may include among its attributes the primary key of another relation, say, r2. This attribute in called a foreign key

Demo Teacher
added 2 years ago
959 views

Explain View with suitable example. What is the usefulness of a view?

View is the simply subset of table which are stored logically in a database means a view is a virtual table in the database whose contents are defined by a query.

Demo Teacher
added 2 years ago
951 views

What are the differences between Primary Index, Secondary Index, and Clustering Index?

Indexing is a data structure technique to efficiently retrieve records from the database files based on some attributes

Demo Teacher
added 2 years ago
1093 views

Define BCNF. How does it differ from 3NF? Why is it considered stronger than 3NF?

A relation is in BCNF, if and only if, the relation is in 3NF and every determinant is a candidate key.

Demo Teacher
added 2 years ago