What are row constructors?



What are row constructors?..

Answer / clara

New way to insert multiple records in a table with INSERT statement. Also known as Table Value Constructor.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQLServer Errors Interview Questions

When do you get "getwmicomexception"?

0 Answers  


definion of tcp

1 Answers   CA,


How will you Handle Error in SQL SERVER 2008?

0 Answers  


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

0 Answers  


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

0 Answers   HCL,






What severity level errors are managed in TRY-CATCH block?

0 Answers  


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

0 Answers  


How many types of internal joins are there in SQL Server?

0 Answers  


What is the use of NOLOCK locking hint?

0 Answers  


Difference between Bookmark lookup & RID lookup?

1 Answers  


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

0 Answers  


In one table there is 10 records without id num,without primary key and it is not sorted then how to extract last 6 record from table?

4 Answers  


Categories