GO CREATE TABLE dbo.product( product_id int not null, product_description varchar(30) not null , PRIMARY KEY (product_id) );   THis is one way to create a table; but you can also can also right click on databases and then newdatabase   is  one prefered over the other?

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter6: Additional Database Objects
Section: Chapter Questions
Problem 6HOA: A new table has been requested to support tracking automated emails sent to customers. Create the...
icon
Related questions
icon
Concept explainers
Question

GO
CREATE TABLE dbo.booth(
booth_Product char(25) ,
booth_Price money

);
CREATE TABLE dbo.machine(
machine_product char(25) ,
machine_price money

);
GO
CREATE TABLE dbo.product(
product_id int not null,
product_description varchar(30) not null ,
PRIMARY KEY (product_id)
);

 

THis is one way to create a table; but you can also can also right click on databases and then newdatabase

 

is  one prefered over the other?  

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning