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
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is a static variable?
What is an application domain? how they get created?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
how to get dynamic control array position or its index position?
Name some of the features present in vb 2005?
Explain option strict?
Explain the difference between namespace and assembly?
How does vb.net achieve polymorphism?
described weak typing?
What keyword is used to accept a variable number of parameter in a method?
What is meant by jagged arrays?
What is the importance of a Button control?
How can we remove handlers at run time?
Explain clr?