top of page

NEWS
Search


{UPDATED (1)} Python-MySQL Management Project
This is a Shop Management System CODE :- from tabulate import tabulate import mysql.connector mydb=mysql.connector.connect(host="localhos...
vardhman0000
Nov 22, 20223 min read


{UPDATED} Python - MySQL Project
This is a Shop Management Program CODE: from tabulate import tabulate import mysql.connector mydb=mysql.connector.connect(host="localhost...
vardhman0000
Aug 10, 20223 min read


Making an exiting column primary key
This post is about making an existing column as Primary Key in MySQL !!
vardhman0000
Jul 16, 20211 min read


Removing a Primary key
Commands for removing a Primary Key from a Table !! Some Existing Tables : To get the list of existing tables use command : SHOW TABLES;...
vardhman0000
Jul 16, 20211 min read


How to clone a table in SQL !!
Couple of commands for cloning a table in MySQL Already existing tables : "Employee" table : For creating table use command : CREATE...
vardhman0000
Jul 15, 20211 min read
bottom of page