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


Introduction to JAVA
My First JAVA Program :- This is a basic program in which a string "Hello World!" is received as it's output CODE : public class HELLO { ...
vardhman0000
Aug 4, 20221 min read


PYTHON - SQL Project
This is a Shop Management Program CODE : from tabulate import tabulate import mysql.connector mydb=mysql.connector.connect(host="localhos...
vardhman0000
Jul 22, 20223 min read


PALINDROME STRING PROGRAM
This Program will take a string as input and then will return the output stating whether the string is palindrome or not.
vardhman0000
Jul 17, 20211 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