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
How to connect crystal report in vb.net ?
What is the diff between vb mdi form and .net mdi form?
What is the difference between .dll extension and .exe extension files?
What are the advantages of an assembly?
What is the advantages of VB.NET?
Explain convert.tostrin?
What is code access security?
Explain the difference between namespace and assembly?
List the two main parts of .net?
What do you mean by serialization and deserialization?
What are the objects in asp.net?
Can you please explain the difference between thread and process?
What are the different types of applications supported in .net (or) .net framework?
What is the difference between manifest and metadata?
Explain code security?