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
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
What keyword is used to accept a variable number of parameter in a method?
what is diffrence constructor and destructor in vb
Explain the components of common language runtime.
difference between checkbox vs radiobutton??
What is sealed class?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What are all the parts of .net framework?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What is an assembly and its use?
How to store images in sql server database through vb.net?
What is vb.net used for?
What are nested classes?
What is difference between inline and code behind?
Is vb net a scripting language?