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. سدھو بہقر، سوات: یہ ایک…
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…
In a tech-driven era where smartphones are indispensable, finding a budget-friendly yet feature-packed mobile phone can be a rewarding endeavor. As we delve into 2024, the $500 price range remains a sweet spot for those seeking a harmonious balance between performance, innovation, and cost-effectiveness. Explore our curated list of the top 5 budget mobiles available…
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…
Getting orders on Fiverr requires a strategic approach and a combination of effective profile optimization, gig promotion, and customer engagement. Following are some tips that will help anybody to get more orders on Fiverr: Optimize Your Profile: Create a professional and appealing fiverr profile with a clear profile picture that can be with scarf if…