Common RDBMS

Common RDBMS

Assessment

Flashcard

Fun

Professional Development

Hard

Created by

Manasvi Javheri

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the full form of RDBMS?

Back

Relational DataBase Management System.

2.

FLASHCARD QUESTION

Front

What are some common RDBMS in use?

Back

Some common RDBMS include MySQL, PostgreSQL, Oracle Database, Microsoft SQL Server, and SQLite.

3.

FLASHCARD QUESTION

Front

What is the purpose of a primary key in a database?

Back

A primary key uniquely identifies each record in a database table, ensuring that no two records can have the same key value.

4.

FLASHCARD QUESTION

Front

What is a foreign key?

Back

A foreign key is a field (or collection of fields) in one table that uniquely identifies a row of another table, establishing a link between the two tables.

5.

FLASHCARD QUESTION

Front

What does the following statements in SQL do?
DROP TABLE student ;

Back

Deletes a table called student.

6.

FLASHCARD QUESTION

Front

What does BLOB in SQL stands for?

Back

Binary Large Objects.