Question: What does the Select statement that follows do? SELECT IDENT CURRENT('Invoices) FROM Invoices It gets the generated identity column value for the next row that's

What does the Select statement that follows do? SELECT IDENT CURRENT('Invoices) FROM Invoices It gets the generated identity column value for the next row that's going to be added to the Invoices table It gets the generated identity column value for the last row that's been added to the Invoices table It gets the value of the Identification column of the current row It gets the value of the Identification column for the last row that's been added to the Invoices table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
