Loading

See All

Comments (888 Comments)

Submit Your Comment

See All Posts

Related Posts

MySQL / Blog

What is meant by MySQL database? How can I create a database?

MySQL is an open-source relational database management system (RDBMS). ... A relational database organizes data into one or more data tables in which data types may be related to each other; these relations help structure the data.
29-jan-2021 /7 /888

MySQL / Blog

What are DML operations in SQL?

DML is short name of Data Manipulation Language which deals with data manipulation, and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE etc, and it is used to store, modify, retrieve, delete and update data in database.
3-FEB-2021 /7 /888

MySQL / Blog

What is Normalisation in MySQL?

Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table)
22-Feb-2021 /7 /888