S
Sol
I need help in figuring out how to do the CREATE VIEW, CREATE INDEX function.
Here are some of the exercises I need to do:
Create a view named PenguinBooks. It consists of the book code, book title,
book type, and book price for every book published by Penguin USA. Display
the data in the view.
Create the following indexes.
Create an index named BookIndex1 on the PublisherName field in the
Publisher table.
I followed every rule possible, but came up empty.
An error message pops up rejecting the operation.
Any suggestions?
Sol
Here are some of the exercises I need to do:
Create a view named PenguinBooks. It consists of the book code, book title,
book type, and book price for every book published by Penguin USA. Display
the data in the view.
Create the following indexes.
Create an index named BookIndex1 on the PublisherName field in the
Publisher table.
I followed every rule possible, but came up empty.
An error message pops up rejecting the operation.
Any suggestions?
Sol