NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

USE [Pizzaci]
GO
/****** Object: Table [dbo].[Ebatlar] Script Date: 5.09.2019 19:27:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Ebatlar](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Adı] [nvarchar](15) NOT NULL,
[Fiyat Çarpanı] [float] NULL,
CONSTRAINT [PK_Ebatlar] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
/****** Object: Table [dbo].[Kenarlar] Script Date: 5.09.2019 19:27:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Kenarlar](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Adı] [nchar](10) NULL,
CONSTRAINT [PK_Kenarlar] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
/****** Object: Table [dbo].[Musteriler] Script Date: 5.09.2019 19:27:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Musteriler](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Adı] [nvarchar](50) NOT NULL,
[Soyadı] [nvarchar](50) NOT NULL,
[Yaş] [tinyint] NULL,
[DoğumTarihi] [date] NULL,
[Adres] [nvarchar](max) NOT NULL,
[Telefon] [nchar](15) NOT NULL,
[Cinsiyet] [nchar](10) NULL,
[EMail] [nvarchar](50) NOT NULL,
CONSTRAINT [PK_Musteriler] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
/****** Object: Table [dbo].[Pizza] Script Date: 5.09.2019 19:27:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Pizza](
[ID] [int] NOT NULL,
[Adi] [nvarchar](20) NULL,
[Fiyat] [smallmoney] NULL,
CONSTRAINT [PK_Pizza] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET IDENTITY_INSERT [dbo].[Ebatlar] ON

INSERT [dbo].[Ebatlar] ([ID], [Adı], [Fiyat Çarpanı]) VALUES (1, N'Orta', 0)
INSERT [dbo].[Ebatlar] ([ID], [Adı], [Fiyat Çarpanı]) VALUES (2, N'Küçük', 0)
INSERT [dbo].[Ebatlar] ([ID], [Adı], [Fiyat Çarpanı]) VALUES (3, N'Büyük', 1.25)
INSERT [dbo].[Ebatlar] ([ID], [Adı], [Fiyat Çarpanı]) VALUES (4, N'Maxi', 2.5)
SET IDENTITY_INSERT [dbo].[Ebatlar] OFF
SET IDENTITY_INSERT [dbo].[Kenarlar] ON

INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (1, N'Kalın ')
INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (2, N'İnce ')
INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (3, N'Sucuklu ')
INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (4, N'Peynirli ')
INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (5, N'Sucuksuz ')
INSERT [dbo].[Kenarlar] ([ID], [Adı]) VALUES (6, N'Sarımsaklı')
SET IDENTITY_INSERT [dbo].[Kenarlar] OFF
SET IDENTITY_INSERT [dbo].[Musteriler] ON

INSERT [dbo].[Musteriler] ([ID], [Adı], [Soyadı], [Yaş], [DoğumTarihi], [Adres], [Telefon], [Cinsiyet], [EMail]) VALUES (1, N'Onur', N'Şişoğlu', 27, CAST(N'1992-05-20' AS Date), N'Deneme', N'05343623761 ', N'Erkek ', N'[email protected]')
INSERT [dbo].[Musteriler] ([ID], [Adı], [Soyadı], [Yaş], [DoğumTarihi], [Adres], [Telefon], [Cinsiyet], [EMail]) VALUES (2, N'Doğukan', N'Variş', 30, CAST(N'1990-04-05' AS Date), N'Adresi Bu', N'5646548887 ', N'Erkek ', N'[email protected]')
INSERT [dbo].[Musteriler] ([ID], [Adı], [Soyadı], [Yaş], [DoğumTarihi], [Adres], [Telefon], [Cinsiyet], [EMail]) VALUES (4, N'Özlem', N'asd', 18, CAST(N'1990-02-02' AS Date), N'Hello', N'5547899231 ', N'Kadın ', N'[email protected]')
SET IDENTITY_INSERT [dbo].[Musteriler] OFF
INSERT [dbo].[Pizza] ([ID], [Adi], [Fiyat]) VALUES (1, N'Çorum Pizza', 18.0000)
INSERT [dbo].[Pizza] ([ID], [Adi], [Fiyat]) VALUES (4, N'Akdeniz Pizza', 20.0000)
INSERT [dbo].[Pizza] ([ID], [Adi], [Fiyat]) VALUES (5, N'Italiano', 10.0000)
INSERT [dbo].[Pizza] ([ID], [Adi], [Fiyat]) VALUES (9, N'Karadeniz Pizza', 9.0000)
INSERT [dbo].[Pizza] ([ID], [Adi], [Fiyat]) VALUES (10, N'Karışık Pizza', 13.0000)
     
 
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.