Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
GO
CREATE TABLE Calisanlar
(
CalisanlarID INT IDENTITY(1,1) NOT NULL,
CalisanlarAdi NVARCHAR(30) NULL,
CalisanlarSoyadi NVARCHAR(30) NULL,
CalisanlarAdresi NVARCHAR(50) NULL,
CalisanlarTelNo NVARCHAR(20) NULL,
CalisanlarEMail NVARCHAR(25) NULL,
CalisanlarKategoriID INT,
CONSTRAINT PK_Calisanlar_ID Primary Key(CalisanlarID),
CONSTRAINT FK_Calisanlar_Katagori
FOREIGN KEY (CalisanlarKategoriID)
REFERENCES Kategori(KategoriID)
)
GO
CREATE TABLE Kategori
(
KategoriID INT IDENTITY(1,1) NOT NULL,
KategoriAdi NVARCHAR(30) NULL,
CalisanlarID INT,
CONSTRAINT PK_Kategori_ID Primary Key(KategoriID),
CONSTRAINT FK_Kategori_Calisanlar
FOREIGN KEY (CalisanlarID)
REFERENCES Calisanlar(CalisanlarID)
)
GO
CREATE TABLE Müsteriler
(
MüsterilerID INT IDENTITY(1,1) NOT NULL,
MüsterilerAdi NVARCHAR(30) NULL,
MüsterilerSoyadi NVARCHAR(30) NULL,
MüsterilerAdresi NVARCHAR(50) NULL,
MüsterilerTelNo NVARCHAR(20) NULL,
MüsterilerEMail NVARCHAR(25) NULL,
MüsterilerUrunID INT,
CONSTRAINT PK_Müsteriler_ID Primary Key(MüsterilerID),
CONSTRAINT FK_Müsteriler_Urunler
FOREIGN KEY (MüsterilerUrunID)
REFERENCES Urunler(UrunID)
)
GO
CREATE TABLE Siparisler
(
SiparisID INT IDENTITY(1,1) NOT NULL,
UrunID INT,
MusteriID INT,
Tarih DATETIME,
Constraint PK_Siparisler_ID Primary Key(SiparisID),
CONSTRAINT FK_Siparisler_Müsteriler
FOREIGN KEY (MusteriID)
REFERENCES Müsteriler(MüsterilerID),
CONSTRAINT FK_Siparisler_Urunler
FOREIGN KEY (UrunID)
REFERENCES Urunler(UrunID)
)
GO
CREATE TABLE Tedarikciler
(
TedarilciID INT IDENTITY(1,1) NOT NULL,
TedarikciFirmaİsmi NVARCHAR(30) NULL,
TedarikciAdres NVARCHAR(50) NULL,
TedarikciTelNo NVARCHAR(20) NULL,
CONSTRAINT PK_Tedarikciler_ID Primary Key(TedarilciID),
)
GO
CREATE TABLE Urunler
(
UrunID INT IDENTITY(1,1) NOT NULL,
Urunismi NVARCHAR(30) NULL,
KategoriID INT,
TedarikciID INT,
AlısFiyat MONEY,
SatisFiyat MONEY,
CONSTRAINT PK_Urunler_ID Primary Key(UrunID),
CONSTRAINT FK_Urunler_Kategori
FOREIGN KEY (KategoriID)
REFERENCES Kategori(KategoriID),
CONSTRAINT FK_Urunler_Tedarikciler
FOREIGN KEY (TedarikciID)
REFERENCES Tedarikciler(TedarilciID)
)
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team