Type this code for creating database in MySql
create database adeel;
Type this code for using by default database.
use adeel;
create table TestAdeel (
id int,
FirstName varchar(255),
LastName varchar(255),
FatherName varchar(255),
Address varchar(255)
);
insert into testadeel (id, FirstName, LastName, FatherName, Address)
values
(1, ‘Adeel’, ‘Ahmad’, ‘Khalil’, ‘Lahore’);
If you want to put data in all columns then no need to mention all columns name. As you can see below.
insert into testadeel
values
(2, ‘Ade’, ‘Ahad’, ‘Khala’, ‘Lahore’),
(3, ‘Adee’, ‘Ahad’, ‘Khala’, ‘Lahore’);
insert into testadeel (FirstName)
values
(‘Ade’),
(‘Lahore’);
Select command is used to select and show the table data.
Select all:
SELECT * FROM tableName;
column is selected which you want to see and can call from specific column.
select FName from class where id=’2′;
For Table
DROP table tableName;
for database
DROP database databaseName;
Fiverr is a website that allows freelancers to offer their services to customers around the world. It is a platform for people to find and hire professional freelancers for a variety of services, including graphic design, writing, translation, marketing, and more. To use Fiverr, customers can browse through the available services and select a freelancer…
Fiverr is a platform that allows freelancers to offer their services to clients in various categories, such as writing, graphic design, video editing, and more. If you want to work on Fiverr, here’s what you need to do: 1. Create an account: Go to the Fiverr website and create an account by entering your…
In the ever-evolving landscape of smartphones, the quest for premium features doesn’t have to come with an exorbitant price tag. As we step into 2024, the sub-$1000 range offers a gateway to flagship-level innovation without breaking the bank. Join us as we unveil the top 5 smartphones available on Amazon, designed to deliver a luxurious…
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…
MySQL Database Conrtrol Commands 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…
کمر درد کا علاج از ہومیو ڈاکٹر مبشر احمد شاد صاحب آپ نے دیکھا ہو گا کہ ہر تیسرا مریض کمر درد کا ہوتا ہے ,اگر آپ کو کمر درد ہے تو یقین کریں کہ آپ محسوس کریں گے کہ نہ آپ دائیں طرف لیٹ سکتے ہیں نہ آپ بائیں طرف لیٹ سکتے ہیں نہ…