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
Show 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')
...
...
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