Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to create views in sql with syntax and example

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


Please Help Members By Posting Answers For Below Questions

What is an application domain? how they get created?

1057


How to achieve Polymorphism in VB.Net?

1113


What is strong name in .net assembly?

1029


Is vb net a scripting language?

1024


Can you please explain the difference between thread and process?

1025


What does assert() method do In VB.NET

1030


Observations between vb.net and vc#.net?

1107


Explain about branching logic control in vb.net?

996


Write a program to find all text files in a logical drive and return the count of the number of files?

2754


How do you define a read only property in a class module?

989


Explain about garbage collection?

1039


What is portable executable?

1246


What are the assembly entry points?

1072


i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

2391


Explain about jagged arrarys ?

949