top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
VJ
VARDHMAN JAIN
Code Repository
Kali Linux
SQL
PYTHON
FILE HANDLING
JAVA
More...
Use tab to navigate through the menu items.
Log In
NEWS
All Posts
database
coding
MySql
Python
JAVA
Search
Making an exiting column primary key
This post is about making an existing column as Primary Key in MySQL !!
vardhman0000
Jul 16, 2021
1 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, 2021
1 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, 2021
1 min read
bottom of page