Skip to content

Instantly share code, notes, and snippets.

@iamburakcoskun
Last active June 6, 2019 20:55
Show Gist options
  • Save iamburakcoskun/acd886ecf044f6d02203f9d739a5cc81 to your computer and use it in GitHub Desktop.
Save iamburakcoskun/acd886ecf044f6d02203f9d739a5cc81 to your computer and use it in GitHub Desktop.
USE Personel
GO
CREATE TABLE PersonelBilgi
(
Id int,
Ad nchar(50),
Soyad nchar(50),
Telefon nchar(50),
SatisMiktari int,
Tarih date
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment