Purchase Solution

Trigger - Update item price in SQL server 2008

Not what you're looking for?

Ask Custom Question

Trigger - Update item price in SQL server 2008

I need to create a trigger that will update only the price column for all 20 items in the table with its new price and this need to be executed all at one time.

The table name is: dbo.ITEM, column name is : price

I have provided a screen shot of the table.

Attachments
Purchase this Solution

Solution Summary

In this solution we create a trigger.

Solution Preview

** Please see the attached file for the complete solution **

--Trigger - Update item price in SQL server 2008
--Trigger - Update item price in SQL server 2008
--
--I need to create a trigger that will update only the price column for all 20 items in the table with its new price and this need to be executed all at one time.
--
--The table name is: dbo.ITEM, column name is : price
--
--I have provided a screen shot of the table.

IF EXISTS (SELECT * FROM ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.