## Create the Database and Table

```bash
wrangler d1 create data-cloud-vendors

wrangler d1 execute data-cloud-vendors --command='CREATE TABLE Customers (CustomerID INT, CompanyName TEXT, ContactName TEXT, PRIMARY KEY (`CustomerID`));'
```

- [Create the Database and Table](/content/blog/2024/01/02/using-cloudflare-d1/#create-the-database-and-table/index.html)
