Answer Posted / vinoth
CREATE VIEW vino (view_name)
AS
SELECT mark1 (column_name(s))
FROM stud(table name)
WHERE avg>80 (condition)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Explain the difference between dispose and finalize()?
What is a stream in vb.net?
What is stack used for in vb. Net?
Why do we use ansi keyword?
Which namespace are used for accessing the data?
How many ways the function can return values?
Which properties are used to bind a DataGridView control?
What is code security?
Explain some of the exclusive features which are present in vb?
What is the top .net class that everything is derived from?
How vb implements the disconnected architecture as like vb.net?
What is vb.net used for?
What is the difference between convert.tostring and .tostring() method?
Can you please explain the difference between thread and process?