1.

___________ does not allow bulk export operationin SQL Server.(a) INSERT … SELECT(b) DELETE(c) UPDATE(d) None of the mentionedThe question was asked at a job interview.This interesting question is from Bulk Operations in chapter Data Connectivity of SQL Server

Answer»

The correct option is (a) INSERT … SELECT

Best explanation: INSERT … SELECT is a Transact-SQL statement that USES the OPENROWSET bulk rowset PROVIDER to bulk import DATA into a SQL Server table by specifying the OPENROWSET(BULK…) function to select data in an INSERT statement.



Discussion

No Comment Found

Related InterviewSolutions