Update sql_1.md

main
Matt Huntington 2 years ago committed by GitHub
parent ea9a5724ec
commit 01173e9c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ Create table with multiple columns
- `email` is a 32 character string
```sql
CREATE TABLE users ( id serial, name varchar(20), age int, email varchar(32) ); -
CREATE TABLE users ( id serial, name varchar(20), age int, email varchar(32) );
```
Describe the columns of the `users` table

Loading…
Cancel
Save