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
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
Are you interested in web development?πŸ§‘β€πŸ’»

Drop a Hi πŸ‘‹ on Instagram/coderbaba

Let's make some new connections!🀝
10 reasons why building digital products it's a good idea

βœ… Hack to web development
βœ… No coding skill is required
βœ… Do quick experiments
βœ… Get Feedback faster
βœ… Turn your idea into the portfolio
βœ… Not Expensive
βœ… Reduce the risk
βœ… Easy to Learn
βœ… Save time
βœ… Fast