h1
How to install mysql in linux with practical
h1
Introduction of Mysql and its features
h1
Grant all privileges on database in mysql
h1
How to use alter table in sql with query
h1
How to use in operator in sql with example
h1
How to use Like operator in sql
h1
Display records if first character of name is same as last character in mysql
h1
How to select random values from a table and store it in another table in mysql
h1
How to use views in MySql with example
h1
How to use join query in MySql
h2
What is views in mysql
h2
What is the advantage of views in MySql
h2
How to create view in MySql
h2
How to update a view in MySql
h2
Create view in MySql with check option
h2
Drop a view from MySql
h2
How to select random values from a table
h2
select random values from a table and store it in another table in mysql
h2
Display records if first character of name is same as last character in mysql
h2
Display records if first character of the first name is same as first character of the last name.
h2
WHAT IS LIKE OPERATOR IN SQL
h2
EXAMPLE OF LIKE OPERATOR IN SQL
h2
EXAMPLE OF IN OPERATOR
h2
WHAT IS NOT IN OPERATOR
h2
EXAMPLE OF NOT IN OPERATOR
h2
HOW TO USE ALTER TABLE WITH EXAMPLE
h2
How to grant all privileges on database
h2
Show grants for mysql user
h2
How to revoke privileges for MySQL user
h2
Database is collection of datas which will stored in the organized manners in database and it will b
h2
Lets take an example to explain database. Suppose in a school there will be many students and each s
h2
Install mysql in linux
h2
Start mysql service in linux
h2
How to secure and set mysql root password
h2
How to connect mysql server from linux terminal