Skip to content

Instantly share code, notes, and snippets.

View notobo15's full-sized avatar

Nguyen Thanh Binh notobo15

  • Ho Chi Minh City, Viet Nam
  • 12:31 (UTC +07:00)
View GitHub Profile
@notobo15
notobo15 / Quan_Ly_Ban_Hang.sql
Created March 19, 2023 02:29 — forked from uhpd/Quan_Ly_Ban_Hang.sql
Quản Lý Bán Hàng _coppy share
CREATE DATABASE QLBH
-----------------------------------------------------
-----------------------------------------------------
---------------------------------------------USE QLBH
-- KHACHANG
CREATE TABLE KHACHHANG(
MAKH char(4) not null,
HOTEN varchar(40),
DCHI varchar(50),
SODT varchar(20),