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;
1. بادشاہی مسجد، لاہور: یہ دنیا کی تیسری بڑی مسجد ہے جس کی تعمیر 1671ء میں شروع ہوئی اور ہوا تھا 1673ء میں مکمل ہوئی۔ 2. قاہقہ چشمہ، سکردو: یہ سیاحت کا ایک مقصد ہے جہاں پانی کا نکاس دھندھل ہوتا ہے اور لوگ خوبصورت مناظر کا لطف اٹھاتے ہیں۔ 3. سدھو بہقر، سوات: یہ ایک…
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…
This question can be asked in multiple ways! First question is the main point which will be expalined and all questions will be answered by answering the first question. Let me first raise all questions related to this task. how to connect ptcl modem to ptcl modem how to connect ptcl modem to router how…
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: 186
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”…
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…