SlideShare a Scribd company logo
THE NAME OF ALLAH ,THE MOST BENEFIT ,THE
MOST MERCEFULL
GUI Based Database and
Tables creation
1) Click on SQL Server Management Studio to open SQL Server
1) Give . In Server name field … Here . Is server name
2) Select “SQL Server Authentication” in Authentication Field
3) Login: sa
4) Password: 123
Now we want to creat new DataBase
1) Right click of mouse on DataBases option
2) Click on New Database option
Here Data Base name is required
1)Click in Database Name field and enter Name of your database
2) Click Ok to save this Database
1) Click on + to see Database that you had
created
Now we want to create Database
2) Click on + to explore your DataBase
1) Right Click of mouse on Tables
option
2) Click on New Table option to create
new table
1) Click on Column Name Cell to give Name of Field
2) Click on Data Type cell to give Data type of that field
for example
Column Name: Name
Data Type : varchar(50)
After define all fields
1) Press Ctrl+S to save this table
2) Give name of table
3) Click OK
1) Click + of Tables
2) You Table created
Now we want to enter data in this table
1) Right Click of mouse on table
(student)
2) Select option Edit Top 200 Rows
1) Give record of student like
RegNo., Name, City and Program
Gui creation of db and table

More Related Content

DOCX
CRUD VB2010
TXT
Database connection instructions in net beans ide 7.1.2
DOCX
Database Course Project-Usage Documentation
DOCX
BIG DATA LAB sahil today.docx
PDF
4th quarter 18 php & my sql change password page
PPT
mysqlHiep.ppt
PPT
MySQL Database System Hiep Dinh
CRUD VB2010
Database connection instructions in net beans ide 7.1.2
Database Course Project-Usage Documentation
BIG DATA LAB sahil today.docx
4th quarter 18 php & my sql change password page
mysqlHiep.ppt
MySQL Database System Hiep Dinh

Similar to Gui creation of db and table (20)

PDF
4th quarter 18 php & my sql change password page
PPTX
Windows Server 2008 Active Directory
PPTX
Get excelsheet
PPT
Managing user Online Training in IBM Netezza DBA Development by www.etraining...
PDF
Sq lite manager
PPTX
configure and DMINISTER SERVER ----.pptx
PDF
Jaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
PPTX
Database Management System
PPT
MySql slides (ppt)
PPTX
004.action query
PPT
Using ADO Data Control
PPT
VB6 Using ADO Data Control
PPT
MySQL and its basic commands
PDF
mysqlanditsbasiccommands-150226033905-conversion-gate02.pdf
PPTX
Azure with Visual Studio LightSwitch
DOCX
SQL Tutorial for BCA-2
PPT
It203 class slides-unit5
PDF
Chapter 10.1.3
PPTX
AgilentHPLC_SOP_Base_1_InfinitySeries.pptx
PPTX
Introduction databases and MYSQL
4th quarter 18 php & my sql change password page
Windows Server 2008 Active Directory
Get excelsheet
Managing user Online Training in IBM Netezza DBA Development by www.etraining...
Sq lite manager
configure and DMINISTER SERVER ----.pptx
Jaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
Database Management System
MySql slides (ppt)
004.action query
Using ADO Data Control
VB6 Using ADO Data Control
MySQL and its basic commands
mysqlanditsbasiccommands-150226033905-conversion-gate02.pdf
Azure with Visual Studio LightSwitch
SQL Tutorial for BCA-2
It203 class slides-unit5
Chapter 10.1.3
AgilentHPLC_SOP_Base_1_InfinitySeries.pptx
Introduction databases and MYSQL
Ad

Recently uploaded (20)

PDF
.pdf is not working space design for the following data for the following dat...
PPTX
SAP 2 completion done . PRESENTATION.pptx
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PDF
Mega Projects Data Mega Projects Data
PPT
Quality review (1)_presentation of this 21
PDF
annual-report-2024-2025 original latest.
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PDF
Lecture1 pattern recognition............
PPTX
Introduction to machine learning and Linear Models
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
.pdf is not working space design for the following data for the following dat...
SAP 2 completion done . PRESENTATION.pptx
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
Fluorescence-microscope_Botany_detailed content
climate analysis of Dhaka ,Banglades.pptx
Miokarditis (Inflamasi pada Otot Jantung)
Mega Projects Data Mega Projects Data
Quality review (1)_presentation of this 21
annual-report-2024-2025 original latest.
Introduction to Knowledge Engineering Part 1
Data_Analytics_and_PowerBI_Presentation.pptx
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Lecture1 pattern recognition............
Introduction to machine learning and Linear Models
IB Computer Science - Internal Assessment.pptx
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
Ad

Gui creation of db and table

  • 1. THE NAME OF ALLAH ,THE MOST BENEFIT ,THE MOST MERCEFULL
  • 2. GUI Based Database and Tables creation
  • 3. 1) Click on SQL Server Management Studio to open SQL Server
  • 4. 1) Give . In Server name field … Here . Is server name 2) Select “SQL Server Authentication” in Authentication Field 3) Login: sa 4) Password: 123
  • 5. Now we want to creat new DataBase 1) Right click of mouse on DataBases option 2) Click on New Database option
  • 6. Here Data Base name is required 1)Click in Database Name field and enter Name of your database 2) Click Ok to save this Database
  • 7. 1) Click on + to see Database that you had created Now we want to create Database 2) Click on + to explore your DataBase
  • 8. 1) Right Click of mouse on Tables option 2) Click on New Table option to create new table
  • 9. 1) Click on Column Name Cell to give Name of Field 2) Click on Data Type cell to give Data type of that field for example Column Name: Name Data Type : varchar(50)
  • 10. After define all fields 1) Press Ctrl+S to save this table 2) Give name of table 3) Click OK
  • 11. 1) Click + of Tables 2) You Table created
  • 12. Now we want to enter data in this table 1) Right Click of mouse on table (student) 2) Select option Edit Top 200 Rows
  • 13. 1) Give record of student like RegNo., Name, City and Program