Category Archives: mysql

Khóa học miễn phí MySQL – Grant Privileges nhận dự án làm có lương

MySQL – Grant Privileges Table of content As we learnt earlier, a root user is connected to the server (using a password) immediately after installing MySQL. The privileges available to this user are default. The user accessing MySQL using root account has enough privileges to perform basic operations on the data. However, in exceptional cases, […]

Khóa học miễn phí MySQL – Drop Tables nhận dự án làm có lương

MySQL – Drop Tables Table of content The MySQL DROP TABLE statement The MySQL DROP TABLE statement is a Data Definition Language (DDL) command that is used to remove a table”s definition, and its data, indexes, triggers, constraints and permission specifications (if any). In simple terms, this statement will delete the entire table from the […]