NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

Create Database VeterinerKliniğiDB
Use VeterinerKliniğiDB


create table Tanılar
(
TaniId int identity,
Tanı varchar (50),
constraint PK_Tanılar_TaniId primary key (TaniId)
)
Create Table Klinik
(
KlinikId int Identity,
Adı Varchar(50),
Adresi Varchar(50),
WebSitesi Varchar(50),
Telefonu Varchar(13),
KlinikFax Varchar(13),
Constraint PK_Klinik_KlinikId Primary Key (KlinikId)
)
Go
Create Table Veteriner
(
VeterinerId int Identity,
Adı Varchar(50),
Soyadı Varchar(50),
Gsm Varchar(13),
Constraint PK_Veteriner_VeterinerId Primary Key (VeterinerId)
)
Go
Create Table HastaHayvanlar
(
HastaId int Identity,
Adı Varchar(50),
DoğumTarihi Varchar(50),
Cinsiyeti Varchar(50),
Sahibi Varchar(50),
Constraint PK_HastaHayvanlar_HastaId Primary Key (HastaId)

)
Go
Create Table Musteriler
(
MusteriId int Identity,
Adı Varchar(50),
Soyadı Varchar(50),
Telefonu Varchar(13),
Adresi Varchar(50),
Constraint PK_Musteriler_MusteriId Primary Key (MusteriId)

)
Go
Create Table AsıKarnesi
(
KarneId int Identity,
AsıTürü Varchar(50),
Tarihi Date,
Constraint PK_AsıKarnesi_KarneId Primary Key (KarneId)
)
Go
Create Table Hastalık
(
HastalıkId int Identity,
VeterinerId int,
TanıyıKoyanVeteriner Varchar(50),
TanıKonulanHayvan Varchar(50),
Acıklama Varchar(200),
Tarih Date,
Constraint PK_Hastalık_HastalıkId Primary Key (HastalıkId),
Constraint FK_Hastalık_VeterinerId Foreign Key (VeterinerId) references Veteriner (VeterinerId)
)
Go
Create Table Muhasebe
(
MuhasebeId int Identity,
TaniId int,
HastaId int,
MusteriId int,
ÜcretId int,
Tani Varchar(100),
Hayvan Varchar(50),
Musteri Varchar(50),
Ucret Varchar(50),
Tarih Varchar(50),
Constraint PK_Muhasebe_MuhasebeId Primary Key (MuhasebeId),
constraint FK_Muhasebe_TaniId foreign key (TaniId) references Tanılar(TaniId),
constraint FK_Muhasebe_HastaId foreign key (HastaId) references HastaHayvanlar(HastaId),
)
Go
Create Table HayvanCinsleri
(
HayvanCinsleriId int Identity,
Cinsi Varchar(100),
Constraint PK_HayvanCinsleri_HayvanCinsleriId Primary Key (HayvanCinsleriId)

)
Go
create table Ücretler
(
ÜcretId int identity,
Ücret money,
constraint PK_Ücretler_ÜcretId primary key (ÜcretId)
)
     
 
what is notes.io
 

Notes.io is a web-based application for 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 12 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

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.