dbms

dbms

Assessment

Flashcard

Information Technology (IT)

University

Hard

Created by

Moses Prakash

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

what is dbms ?

Back

dbms stands for Database Management System. It is a software which is used to manage a database.

2.

FLASHCARD QUESTION

Front

what is RDBMS ?

Back

Stands for Relational Database Management System where data is managed in multiple relations called tables.

3.

FLASHCARD QUESTION

Front

what is SQL ?

Back

SQL stands for Structured Query Language. It is a standard programming language used to manage and manipulate relational databases.

4.

FLASHCARD QUESTION

Front

what is a primary key ?

Back

A primary key is a unique identifier for a record in a database table, ensuring that no two records have the same key.

5.

FLASHCARD QUESTION

Front

what is normalization ?

Back

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.