Skip to content

Muneer7865/Customer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Customer.SQL

Creating Table

CREATE a table with loans name and define table columns as provide in above table in database

create table `customer` (

 `ID` text ,
 `Name` text ,
 `Number` text ,
 `Email` ,
 `Address` text   
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published