Commit 31804c1d authored by Administrator's avatar Administrator
Browse files

Update veri_tabanı.txt

parent 4d713a22
ÖRNEK VERİTABANI OLUŞTURMA YAPISI
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))
...@@ -83,4 +84,4 @@ begin ...@@ -83,4 +84,4 @@ begin
set @callback_team_id=@get_team_id set @callback_team_id=@get_team_id
set @callback_user_id=@get_user_id set @callback_user_id=@get_user_id
end end
end end
\ No newline at end of file
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