Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mustafa Karapınar
Proje Todo
Commits
e18c38d8
Commit
e18c38d8
authored
Nov 29, 2022
by
Administrator
Browse files
Update veritabanı.txt
parent
f43a2d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
veritabanı.txt
View file @
e18c38d8
Ö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')
...
@@ -83,4 +83,4 @@ begin
...
@@ -83,4 +83,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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment