I was using the database command of MySQL, I thought I should share these to help the world with a collection of the most common command of MySQL. Let’s get started. If you would like my collection let me know in the comment box so I can work more to impove my blog to help you guys.
CREATE SCHEMA DatabaseName;
create database DatabaseName;
CREATE SCHEMA School;
create database school;
This command is used to delete a database along with the whole data present in the database that you have added.
DROP SCHEMA DataBaseName; –OR DROP DATABASE DatabaseName;
DROP SCHEMA School; -Or DROP DATABASE School;
If there is one database or many, then you will have make one as default to start work. So you will have to use command “USE”. Its syntax is USE DataBaseName;
For Example database name is College, then you will have to write this command. “USE”
USE College;
If you have used a SQL command then you do not want to use that command, make it into comment.
Use this command. “–“
–use college;
SELECT column_name
FROM table_name;
SELECT statements fetch data from a table of a database. It is very common command to check the data of table from a database.
There is one common patron to select all columns records. “*” star mean select all columns.
select * from school;
select all columns from table school
CREATE TABLE table_name (
column_1 datatype,
column_2 datatype,
column_3 datatype
);
CREATE TABLE statements create a new table in the database of MySQl or SQL.
ALTER TABLE table_name
ADD column_name datatype;
ALTER TABLE statements add, delete, or modify columns in an existing table of MySQL.
DROP TABLE table_name;
DROP TABLE statements drop an existing table in a database of MySQL.
UPDATE table_name
SET some_column = some_value
WHERE some_column = some_value
UPDATE statements allow us to edit rows in a table of database. If “where” condition is not used then whole data will be updated. So be careful.
INSERT INTO table_name (column_1, column_2, column_3)
VALUES (value_1, ‘value_2’, value_3);
INSERT statements add a new row or multiple rows to a table of database.
DELETE FROM table_name
WHERE some_column = some_value;
DELETE statements remove rows from a table of database. If it “where” condition is not used then whole data will be deleted.
CREATE INDEX index_name
ON table_name (column_name1, column_name2…);
Index statements create on existing tables to retrieve the rows quickly and easily.
ALTER TABLE table_name
DROP INDEX index_name;
DROP INDEX statements delete an index in a table. very helpful
Homeopathy Remedy finder in Urdu is very helpful for doctors who are practicing in the field of homeopathy. If you are not a doctor or don’t have any knowledge of homeopathy then don’t use it before consulting any doctor. Share on Facebook Tweet Follow us Save Post Views: 53
Welcome to Pakistan Ap Sab ko Bohat Bohat Dili Eid Mubarak Ejoy this live event of Eid with Bakra Qurbani Learn More 0 Goats 0 Standard Goat Price 0 K Starting Price 0 k Big Goat Our Abba Bought This cute goat Mujy yah Bohat Passand Hy Ashar says “Abba mujy yah bohat passand hy”…
یہ ایک مسلمہ امر ہے کہ انسان کی صحبت میں عام طور پر جب کبھی خرابی پیدا ہوتی ہے اس کی اصل وجہ معدے کے فعل کی خرابی ہوتی ہے اور معدے میں خرابی پیدا ہونے کی وجہ غذا کی بے اعتدالی، زیادہ کھانا اور دیر ہضم ثقیل غذاؤں کا استعمال ہے۔ ڈاکٹروں، حکیموں اور…
Are You Planning to Visit Pakistan? If you are planning to visit Beatiful Pakistan and want to plan which places you should visit and when you should visit then you are at the right place I will guide you regarding hiking traveling and famous tourist spot of Pakistan, the paradise on earth. My Frist Track…
Disabling Windows updates can be risky, as updates often include important security fixes and performance improvements. It is generally recommended to keep your operating system and applications up to date in order to protect against security vulnerabilities and improve the stability and performance of your system. That being said, if you still want to disable…
Reach in German on Done Bases in 35 to 40 days! There are many agent in every country who claim that they can send you another country on done bases by spending a great amount of money. Some claims that they can send on donkey bases. Which is insane. Getting Pakistan to Europe countries visa…