Link to home
Start Free TrialLog in
Avatar of lg5050
lg5050

asked on

Create Table

Write a script that will create the tables necessary to support recipes. Save the script as create_tables.sql.

Do i do it like this:

CREATE TABLE recipes;

Then name the file.

create_tables.sql
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Are you asking us to create a recipe table, which essentially means are you asking us to do your homework for you?
Avatar of lg5050
lg5050

ASKER

no i want to know do i just create a table called recipe then give the file a name.
ASKER CERTIFIED SOLUTION
Avatar of Steve Wales
Steve Wales
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So ... how's it going?
Avatar of lg5050

ASKER

Thanks for you help!!
Hi,

You can create any file name with ".sql" then in that file have your create table script then, execute the sql in mysql command prompt.. that it