"prompt": "Write the `CREATE TABLE` statement for `dbo.Customers`. Include `CustomerID INT IDENTITY` as the primary key, `FirstName NVARCHAR(100) NOT NULL`, `LastName NVARCHAR(100) NOT NULL`, `Email ...