Home >> MySql >> What are features of RDBMS in MySql

What are features of RDBMS in MySql

1-Data to be stored in tables.

2-Data in the form of rows and columns.

3-Provides facility primary key to uniquely identify the rows.

4-Creates indexes for quicker data retrival.

5-Sharing a common column in two or more tables (Primary Key and Foreign Key).

6-Provides multiuser accessibility that controlled by individual users.

Comments (1)
  • Chandra Kant 19/Sep/2022

    Short and exact answer of MySQL Features

Post Your Comment

Next Questions
What are the differences between DBMS and RDBMS
What are the differences between InnoDB and MYISAM
Table type / storage engine for table
What is the maximum size of table
What is the maximum size of MYISAM table
What is the maximum size of InnoDB table
Explain advantages of MYISAM over InnoDB
Explain advantages of InnoDB over MYISAM
What are various DDL commands
What are various DML commands
What are various DCL commands
What is the default port of server
What are the differences between MyISAM static and MyISAM dynamic
What is purpose of the NVL function
Latest version
How can find current date function
What is HEAP table
What is CSV table
What is MERGE table
What is federated table
What are data types
Numeric data types
Floating data types
Date and Time data types
String data types

Copyright ©2022 coderraj.com. All Rights Reserved.