Commit e18c38d8 authored by Administrator's avatar Administrator
Browse files

Update veritabanı.txt

parent f43a2d61
ÖRNEK PROJE VERİTABANI OLUŞTURMA
create table role(role_id int identity(0,1) primary key,role_name nvarchar(50)) create table role(role_id int identity(0,1) primary key,role_name nvarchar(50))
insert into role values('Admin') insert into role values('Admin')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment