Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
Learn top skills @ INR 99/ year

Access to 150+ courses like
🎟HTML
🎟CSS
🎟BOOTSTRAP
🎟ANGULAR
🎟DJANGO
🎟AWS
🎟TENSORFLOW
🎟C++

πŸš€ Join Now
https://bit.ly/444z5Y8
πŸš€ Join Now
https://bit.ly/444z5Y8
πŸš€ Join Now
https://bit.ly/444z5Y8
Learn top skills @ INR 99/ year

Access to 150+ courses like πŸ‘‡πŸ‘‡

🎟️HTML
🎟️CSS
🎟️BOOTSTRAP
🎟️ANGULAR
🎟️DJANGO
🎟️AWS
🎟️TENSORFLOW
🎟️C++

πŸš€ Join Now - https://bit.ly/444z5Y8
How to create table

create table tblAdmin
{
AdminID nvarchar(50) primary key,
Password nvarchar(50),
FullName nvarchar(50)
}


create table tblSeller
(
SellerID int primary key,
SellerName nvarchar(50),
SellerAge int,
SellerPhone nvarchar(10),
SellerPass nvarchar(50)
)

create table tblCategory
(
CatID int primary key not null,
CategoryName nvarchar(50),
CategoryDesc nvarchar(50)
)

create table tblProduct
{
ProdID int primary key not null,
ProdName nvarchar(50),
ProdPrice int null,
ProdQty int,
ProdCatID int,
}



create table tblBill
{
Bill_ID int primary key,
SellerID nvarchar(50),
SellDate narchar(50),
TotalAmt decimal(18,2)
}


follow @coder_baba
πŸ‘1