Create a database and a table

SQL Easy 2 views
Back to Questions
Next Add a new column Easy N

Problem Description

Write SQL to create database shop_db and a Products table with id, name, price.

Input Format

SQL DDL

Output Format

DDL statement(s)

Sample Test Case

Input:
None
Output:
Database and table created

Constraints

Use generic types

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Next