Create View Query

  • Thread starter Thread starter Sol
  • Start date Start date
S

Sol

Can anyone help me to figure out how to do a Create View Query?

Thank you,
Salomon
 
Semantics:
View in SQL Server = Query in Access

Thus, there isn't such a thing as a 'View Query'

Please be more specific about your needs.
 
In Access and JET (native database engine) you just build a query, you don't
create views.

If you are using some other database engine, the create view code will be
specific to that engine.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
I apologize for the confusion.

I actually need to “define, describe and use views in SQLâ€. The problem is
that I don’t know how to do it. I have tried a few times and came up empty.

Here is the example:

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.

Thank you,
Salomon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SQL Language 1
Update Function 8
SQL Language 2
Modify Parameter Query 1
Parameter Query Won't Run 0
Create a sub query 5
Query wizard in Access 2003 vs 2007 3
Query Returning Multiple Results 1

Back
Top