Write a query that will add the following record into the table products:
| type | count | maker |
|---|---|---|
| Laptop | 15 | LG |
Columns type and maker have type VARCHAR(15), column count has type INT.
Write a query that will add the following record into the table products:
| type | count | maker |
|---|---|---|
| Laptop | 15 | LG |
Columns type and maker have type VARCHAR(15), column count has type INT.
Create a free account to access the full topic