create table Tbl_Blog
(
BlogId int identity
constraint PK_Tbl_Blog
primary key,
BlogTitle nvarchar(50),
BlogAuthor nvarchar(50),
BlogContent nvarchar(200)
go
GitHub - sannlynnhtun-coding/DotNet8.MicroServiceDemo
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 0