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
πŸ‘†πŸ‘†
Library project with source code |Issue Return
πŸ‘‡πŸ‘‡πŸ‘‡
https://youtu.be/D1gtO8X1wLw
Library project with source code |Part-17πŸ‘‡πŸ‘‡πŸ‘‡
Library Part 17 | source codeπŸ‘†πŸ‘†πŸ‘†πŸ‘†πŸ‘†
10 AI Tools to Replace your Tedious Work
1. 10web.io - AI Website Builder

2. Lovo.ai - AI Voice Generator

3. Opus.pro - Create viral videos in sec

4. Tldv.io - AI Meeting Assistant

5. Perplexity.ai - Use AI while browsing

6. Kickresume.com - AI Resume Builder

7. Rytr.me - Personal AI copywriter

8. Eightify.app - Summarize YouTube video

9. Chatpdf.com - Chat with any PDF

10. Sheetplus.ai - Write excel formulas with AI

Follow #CoderBaba
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