UPDATE statement can on a single table or on the multiple
table?
Answers were Sorted based on User's Feedback
Answer / govind
yes. But by using views(some) we r able to update the
multiple table
Is This Answer Correct ? | 17 Yes | 4 No |
Answer / sandeep
single table.
View is updatable if it is a only one table reference view.
Is This Answer Correct ? | 3 Yes | 1 No |
What are the hotfixes and patches in sql server?
What are commonly used mssql functions in php?
Where do we generally create INDEX?
1 Answers Ernst Young, Thomson Reuters,
System requirements for sql server 2005 express edition?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
Can we execute a stored procedure inside a trigger?
6 Answers BirlaSoft, CarrizalSoft Technologies, United Healthcare,
What are sql dirty pages?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
Can we write ddl in trigger?
Explain indexing and what are the advantages of it?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What is the difference between temp table and table variable?