Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

which of the following statements is true in regards to the update statement Consider the following TSQL update statement: UPDATE EMPLOYEES SET EMPLOYEES.SALARY = PAYROLL.SALARY

which of the following statements is true in regards to the update statement
image text in transcribed
Consider the following TSQL update statement: UPDATE EMPLOYEES SET EMPLOYEES.SALARY = PAYROLL.SALARY FROM PAYROLL, EMPLOYEES WHERE EMPLOYEES.ID = PAYROLL.EMP-.ID Which of the following statements is TRUE in regards to the update statement? A O This statement will result in an error. B This statement will update both the EMPLOYEES and PAYROLL tables. C O This statement will never update any rows. D This statement will update the SALARY column in the EMPLOYEES table

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions

Question

0 0 VI VI o O c: VI O

Answered: 1 week ago