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
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
  ASP. NET C# (Lec-16) POS Inventory Website : Brand Page Design & Validation code| Final Year Project
https://youtu.be/XQCB4o-X0bY
  
  https://youtu.be/XQCB4o-X0bY
YouTube
  
  ASP.NET C# (Lec-17) POS Inventory Website : Brand Page | Professional Code|  Final Year Project
  how to create asp.net dynamic website for POS Inventory using C# & SQL Server database. in this video i will show you how to insert Brand Details in SQL Server Database  stored procedure and also write server side dynamic & Professional Reusable code.
#coderbabaβ¦
  #coderbabaβ¦
Ye bhi Join karlo dosto
https://twitter.com/thecoderbaba/status/1673364155745566723
  https://twitter.com/thecoderbaba/status/1673364155745566723
Are you interested in web development?π§βπ»
Drop a Hi π on Instagram/coderbaba
Let's make some new connections!π€
  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
  β 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
