Formula for creating a table in SQL.
Answers
Answered by
0
Explanation:
In this article I’ll show you the CREATE TABLE SQL statement, the syntax, and the different column parameters that you have to set. And at the end of the article, you can immediately continue to the next article where you can learn how to import data into these SQL tables.
Answered by
3
Answer:
mysql>create table "name"(what are given).
hope it helps uhh
Similar questions