Answer Posted / ranjith reddy
CREATE VIEW view_name AS
SELECT column_name(s)
FROM table_name
WHERE condition
Using Views
CREATE VIEW [Current Product List] AS
SELECT ProductID,ProductName
FROM Products
WHERE Discontinued=No
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
List the types of generations in garbage collector?
Why do we use ansi keyword?
What is meant by jagged arrays?
What is static member?
What is redim keyword?
Name a feature which is common to all .net languages?
What is code security?
Can you please explain the difference between thread and process?
Explain the advantages of vb.net?
How to run a dos command in vb.net?
What is vb.net used for?
What is the source code for display the picture in button click event?
Explain about rapid application development tool?
Explain the difference between thread and process?
What are the difference between structure and class?