Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
6 views
New Text Document
Uploaded by
vule04324
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save New Text Document For Later
Download
Save
Save New Text Document For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
6 views
New Text Document
Uploaded by
vule04324
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save New Text Document For Later
Carousel Previous
Carousel Next
Save
Save New Text Document For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 2
Search
Fullscreen
USE master
CREATE DATABASE StoreComputer
USE StoreComputer
create table [TaiKhoan]
(
[TaiKhoan] [nvarchar] (50) NOT NULL,
[MatKhau] [nvarchar] (20) NOT NULL,
[hoTen] [nvarchar] (20) NOT NULL,
CONSTRAINT [PK_TaiKhoan] PRIMARY KEY ([TaiKhoan])
)
create table [NhaCungCap]
(
[maNCC] [int] IDENTITY(1,1) NOT NULL,
[tenNCC] [nvarchar] (30) NOT NULL,
[diaChi] [nvarchar] (20) NOT NULL,
[soDienThoai] [nvarchar] (13) NOT NULL,
CONSTRAINT [PK_NhaCungCap] PRIMARY KEY ([maNCC])
)
create table [LoaiHang]
(
[maLoai] [int] NOT NULL,
[tenLoai] [nvarchar] (30) NOT NULL,
CONSTRAINT [PK_LoaiHang] PRIMARY KEY ([maLoai])
)
create table [HangHoa]
(
[maHang] [int] IDENTITY(1,1) NOT NULL,
[maLoai] [int] NOT NULL,
[maNCC] [int] NOT NULL,
[tenHang] [nvarchar] (30) NOT NULL,
[ngayNhap] [date] NOT NULL,
[giaMoi] [float] NOT NULL,
[giaCu] [float] NOT NULL,
[soLuong] [int] NOT NULL,
[hinhAnh] [nvarchar] (1000) NULL,
[moTa] [nvarchar] (2000) NOT NULL,
[maTaChiTiet] [nvarchar] (4000) NOT NULL,
[giamGia] [nvarchar] (10) NULL,
[trangThaiSP] [nvarchar] (10) NOT NULL,
CONSTRAINT [PK_HangHoa] PRIMARY KEY ([maHang])
)
create table [KhachHang]
(
[maKH] [int] IDENTITY(1,1) NOT NULL,
[tenKH] [nvarchar] (30) NOT NULL,
[diaChi] [nvarchar] (500) NOT NULL,
[soDienThoai] [nvarchar] (13) NOT NULL,
[taiKhoan] [nvarchar] (30) NOT NULL,
[matKhau] [nvarchar] (1000) NOT NULL,
[Email] [nvarchar] (30) NOT NULL,
CONSTRAINT [PK_KhachHang] PRIMARY KEY ([maKH])
)
create table [DatHang]
(
[maHD] [int] IDENTITY(1,1) NOT NULL,
[tenKhachHang] [nvarchar] (30) NULL,
[sdtKhachHang] [nvarchar] (13) NULL,
[diaChi] [nvarchar] (50) NULL,
[ghiChu] [nvarchar] (1000) NULL,
[soLuong] [int] NULL,
[tongTien] [float] NULL,
[ptThanhToan] [nvarchar] (50) NULL,
[tinhtrangThanhToan] [nvarchar] (50) NULL,
[tinhtrangDonHang] [nvarchar] (50) NULL,
CONSTRAINT [PK_HoaDon] PRIMARY KEY ([maHD])
)
create table [ChiTietDatHang]
(
[maHD] [int] NOT NULL,
[maHang] [int] NOT NULL,
[soLuong] [int] NOT NULL,
[thanhTien] [float] NOT NULL,
CONSTRAINT [PK_ChiTietHoaDon] PRIMARY KEY ([maHD],[maHang])
)
ALTER TABLE [HangHoa] WITH CHECK ADD
CONSTRAINT [FK_HangHoa_LoaiHang] FOREIGN KEY ([maLoai]) REFERENCES
[LoaiHang] ([maLoai])
ALTER TABLE [HangHoa] WITH CHECK ADD
CONSTRAINT [FK_HangHoa_NhaCungCap] FOREIGN KEY ([maNCC]) REFERENCES
[NhaCungCap] ([maNCC])
ALTER TABLE [ChiTietDatHang] WITH CHECK ADD
CONSTRAINT [FK_ChiTietDatHang_DatHang] FOREIGN KEY ([maHD]) REFERENCES
[DatHang] ([maHD])
ALTER TABLE [ChiTietDatHang] WITH CHECK ADD
CONSTRAINT [FK_ChiTietDatHang_HangHoa] FOREIGN KEY ([maHang]) REFERENCES
[HangHoa] ([maHang])
You might also like
MPLS Interview Questions
PDF
100% (1)
MPLS Interview Questions
17 pages
1dv1 (1j1dv450e1) T115sec Vega Force
PDF
100% (4)
1dv1 (1j1dv450e1) T115sec Vega Force
58 pages
Lab 5
PDF
0% (1)
Lab 5
4 pages
Biblioteca DDL
PDF
No ratings yet
Biblioteca DDL
4 pages
Manual HP DragonFly c06488201
PDF
No ratings yet
Manual HP DragonFly c06488201
90 pages
Code
PDF
No ratings yet
Code
4 pages
Create Table Tblloaihang
PDF
No ratings yet
Create Table Tblloaihang
1 page
TrọngTrường (2331540262)
PDF
No ratings yet
TrọngTrường (2331540262)
5 pages
Nguyễn Văn Mạnh – Bài TH1
PDF
No ratings yet
Nguyễn Văn Mạnh – Bài TH1
4 pages
Creando Tablas para Ssas
PDF
No ratings yet
Creando Tablas para Ssas
2 pages
Tài liệu 5
PDF
No ratings yet
Tài liệu 5
4 pages
Datatypes
PDF
No ratings yet
Datatypes
2 pages
Script de Creacion de Cubo
PDF
No ratings yet
Script de Creacion de Cubo
3 pages
Lab 3
PDF
No ratings yet
Lab 3
5 pages
Intranet DB Table
PDF
No ratings yet
Intranet DB Table
4 pages
Document 3
PDF
No ratings yet
Document 3
15 pages
SQL_QLBH_20241001.sql
PDF
No ratings yet
SQL_QLBH_20241001.sql
6 pages
sql query with syntax
PDF
No ratings yet
sql query with syntax
14 pages
Baitap12 9
PDF
No ratings yet
Baitap12 9
2 pages
Lab 5
PDF
No ratings yet
Lab 5
3 pages
( NOT Null, Null, Null, Null, Null, NOT Null, (, ,, , ) )
PDF
No ratings yet
( NOT Null, Null, Null, Null, Null, NOT Null, (, ,, , ) )
24 pages
Lab 5
PDF
0% (1)
Lab 5
3 pages
Q1 Dbi202
PDF
No ratings yet
Q1 Dbi202
7 pages
Sơ Đ ERD Và RDM
PDF
No ratings yet
Sơ Đ ERD Và RDM
1 page
Tài Liệu
PDF
No ratings yet
Tài Liệu
4 pages
K15THO0022, Quach Chieu Phuoc
PDF
No ratings yet
K15THO0022, Quach Chieu Phuoc
5 pages
Database Log ID
PDF
No ratings yet
Database Log ID
7 pages
Comandos SQL Server
PDF
100% (1)
Comandos SQL Server
1 page
Roles
PDF
No ratings yet
Roles
39 pages
PhamCongThanh
PDF
No ratings yet
PhamCongThanh
10 pages
create database FoodieDB
PDF
No ratings yet
create database FoodieDB
2 pages
BT View
PDF
No ratings yet
BT View
3 pages
Base
PDF
No ratings yet
Base
7 pages
Database
PDF
No ratings yet
Database
2 pages
SQL
PDF
No ratings yet
SQL
4 pages
bd2
PDF
No ratings yet
bd2
1 page
Tài-Liệu - 12
PDF
No ratings yet
Tài-Liệu - 12
4 pages
Database Script
PDF
No ratings yet
Database Script
5 pages
Bảng Ql Lịch Giảng Dạy
PDF
No ratings yet
Bảng Ql Lịch Giảng Dạy
2 pages
Table Backup
PDF
No ratings yet
Table Backup
4 pages
Bài Th1 - Trần Đức Lương
PDF
No ratings yet
Bài Th1 - Trần Đức Lương
6 pages
Dados
PDF
No ratings yet
Dados
6 pages
ScriptBaseDatosProyecto1
PDF
No ratings yet
ScriptBaseDatosProyecto1
6 pages
Create Database Qlbanhang
PDF
No ratings yet
Create Database Qlbanhang
2 pages
Hospital Managemnet System
PDF
No ratings yet
Hospital Managemnet System
39 pages
Table Script
PDF
No ratings yet
Table Script
3 pages
Script BD
PDF
No ratings yet
Script BD
4 pages
creerdbmat
PDF
No ratings yet
creerdbmat
4 pages
Scrip Neptun o
PDF
No ratings yet
Scrip Neptun o
234 pages
Table For Quiz
PDF
No ratings yet
Table For Quiz
15 pages
Nguyen Duong Quoc 2224802010878
PDF
No ratings yet
Nguyen Duong Quoc 2224802010878
11 pages
CREATE DATABASE EClassyShop
PDF
No ratings yet
CREATE DATABASE EClassyShop
1 page
Employee Table Script for Project 1
PDF
No ratings yet
Employee Table Script for Project 1
1 page
GGCMD 2
PDF
No ratings yet
GGCMD 2
3 pages
Prueba
PDF
No ratings yet
Prueba
2 pages
(Master) GO QLCD: 'QLNV - Data' 'C:/QLNV - Data - MDF'
PDF
100% (1)
(Master) GO QLCD: 'QLNV - Data' 'C:/QLNV - Data - MDF'
7 pages
tự luận tin thi cuối hk2 18 hoàng lâm
PDF
No ratings yet
tự luận tin thi cuối hk2 18 hoàng lâm
2 pages
Tài Liệu
PDF
No ratings yet
Tài Liệu
4 pages
Anexe: Comenzi SQL
PDF
No ratings yet
Anexe: Comenzi SQL
2 pages
Processing
PDF
No ratings yet
Processing
29 pages
COMP2003 - Lesson 2
PDF
No ratings yet
COMP2003 - Lesson 2
17 pages
Nhóm19-BTQL Quán Cafe
PDF
No ratings yet
Nhóm19-BTQL Quán Cafe
56 pages
Cassandra Query Language by Examples - Puzzles with Answers
From Everand
Cassandra Query Language by Examples - Puzzles with Answers
Cristian Scutaru
No ratings yet
SOD DKV Animation 2023
PDF
No ratings yet
SOD DKV Animation 2023
15 pages
Chapter 2 Centrifugal Pumps
PDF
100% (1)
Chapter 2 Centrifugal Pumps
96 pages
Efficiency Analysis of Coal Fired ISGEC Boiler at PT Sukses Mantap Sejahtera Dompu
PDF
No ratings yet
Efficiency Analysis of Coal Fired ISGEC Boiler at PT Sukses Mantap Sejahtera Dompu
6 pages
Consteel Catalogue SHEETPILES UType
PDF
No ratings yet
Consteel Catalogue SHEETPILES UType
2 pages
Design and Fabrication of Metal Spinning Components
PDF
No ratings yet
Design and Fabrication of Metal Spinning Components
6 pages
MALACAÑAN
PDF
No ratings yet
MALACAÑAN
83 pages
11-15 TRW Assignment.
PDF
No ratings yet
11-15 TRW Assignment.
8 pages
Writing Essay
PDF
No ratings yet
Writing Essay
2 pages
16 Major Divisions
PDF
100% (1)
16 Major Divisions
17 pages
Big Book of Data Warehousing and Bi v7 113023 Final
PDF
No ratings yet
Big Book of Data Warehousing and Bi v7 113023 Final
88 pages
Funny Questions 1
PDF
No ratings yet
Funny Questions 1
2 pages
FOPDT Model Characterization
PDF
No ratings yet
FOPDT Model Characterization
6 pages
When Classifying and Describing Computer Systems For A Small Business
PDF
No ratings yet
When Classifying and Describing Computer Systems For A Small Business
2 pages
Requirements Management For Semiconductor Design
PDF
No ratings yet
Requirements Management For Semiconductor Design
3 pages
Design of PI Controller in Pitch Control of Wind Turbine: A Comparison of PSO and PS Algorithm
PDF
No ratings yet
Design of PI Controller in Pitch Control of Wind Turbine: A Comparison of PSO and PS Algorithm
11 pages
Book1..mis data
PDF
No ratings yet
Book1..mis data
78 pages
8443A260E
PDF
No ratings yet
8443A260E
2 pages
Tailieuxanh Co So Ly Thuyet 6699
PDF
No ratings yet
Tailieuxanh Co So Ly Thuyet 6699
302 pages
Monarch Company Profile 2
PDF
No ratings yet
Monarch Company Profile 2
37 pages
MATRIXC
PDF
No ratings yet
MATRIXC
15 pages
Cyber Security Brochure
PDF
No ratings yet
Cyber Security Brochure
5 pages
The Impact of Using Messenger Application To The Online Learning Students of Grade 11 Ict Sections of Notre Dame of Trece Martirez
PDF
No ratings yet
The Impact of Using Messenger Application To The Online Learning Students of Grade 11 Ict Sections of Notre Dame of Trece Martirez
8 pages
GR 10 ICTeng
PDF
No ratings yet
GR 10 ICTeng
6 pages
qTOWER 2.0 /qTOWER 2.2: Real-Time PCR Thermal Cycler
PDF
No ratings yet
qTOWER 2.0 /qTOWER 2.2: Real-Time PCR Thermal Cycler
34 pages
Achieving Managerial Synergism: Balancing Strategic Business Units and Profit Centers
PDF
No ratings yet
Achieving Managerial Synergism: Balancing Strategic Business Units and Profit Centers
15 pages
Standard Specifications
PDF
No ratings yet
Standard Specifications
2 pages
2020 Physical
PDF
No ratings yet
2020 Physical
16 pages