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
Why is the xml infoset specification different from the xml dom?
Name and explain some of the exclusive features which are present in vb?
What is the advantage of using system.text.stringbuilder over system.string?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What are the assembly entry points?
What is the difference between convert.tostring and i.tostring method?
Can you please explain the difference between system.string and system.stringbuilder classes?
Why do we use byref keyword in vb.net?
Explain the difference between web.config and machine.config and where it will be ?
What is code access security?
Explain the components of common language runtime.
What is an application domain? how they get created?
Explain namespace?
What do you mean by deserialization?
What are the advantages of vb.net and c#?