Question

In: Operations Management

Can you please explain to me what is happening in the line Update PRODUCT 11QER/31, P_QTYOH...

Can you please explain to me what is happening in the line

Update PRODUCT 11QER/31, P_QTYOH from 47 to 46

like why 47 to 46 and no other number?

in the code

Lock INVOICE

Insert row 10983 into INVOICE

Unlock INVOICE

Lock LINE

Insert row 10983, 1 into LINE

Unlock LINE

Lock PRODUCT

Update PRODUCT 11QER/31, P_QTYOH from 47 to 46

Unlock PRODUCT

Lock CUSTOMER

Update CUSTOMER 10010, CUS_BALANCE from 345.67 TO 464.47

Update CUSTOMER 10010, CUS_DATELSTPUR from 11-May-2016 to 03-June-2016

Unlock CUSTOMER

Solutions

Expert Solution

Lock INVOICE : This is used to lock the table INVOICE.

Insert row 10983 into INVOICE : Here this command is used to insert the row(10983) into the table INVOICE.

Unlock INVOICE : This command is used toUnlock the table INVOICE.

Lock LINE : This command is used to lock the LINE.

Insert row 10983, 1 into LINE : This command is used to insert the row.

Unlock LINE : This command is used to Unlock th table LINE.

Lock PRODUCT : This command is used lock the table Product.

Update PRODUCT 11QER/31, P_QTYOH from 47 to 46 : This command is used to update the P_QTYOH value from 47 to 46.

Unlock PRODUCT : This command is used to unlock the table Product.

Lock CUSTOMER : This command is used to lock the table Customer.

Update CUSTOMER 10010, CUS_BALANCE from 345.67 TO 464.47 : This command is used to update the CUS_BALANCE value from 345.67 to 464.47.

Update CUSTOMER 10010, CUS_DATELSTPUR from 05-May-2016 to 11-May-2016 : This command is used to update the CUS_DATELSTPUR value from 05-May-2016 to 11-May-2016.

Unlock CUSTOMER : This command is used to Unlock the table Customer.


Related Solutions

4. Explain what is happening on each line of the following AVR assembly code. If you...
4. Explain what is happening on each line of the following AVR assembly code. If you were to execute this code what would be the final decimal values in R20, R21 and SREG registers? BCLR 0 BCLR 1 BCLR 2 BCLR 3 BCLR 4 BCLR 5 BCLR 6 BCLR 7 LDI ​R19, 0x02 LDI​R20, 0x74 LDI​R21, 0x04 LDI​R22, 0x22 ADD​R20, R22 SUB​R22, R21 ADD​R20, R21 MOV​R20, R21 JMP​DONE ADD​R21, R20 SUB​R21, R22 DONE:​SUB​R20, R21 -embedded system-
please let me know reference of this MATLAB code. please explain this code line by line....
please let me know reference of this MATLAB code. please explain this code line by line. . . N=256; %% sampling number n=linspace(0,1,N); fs=1/(n(2)-n(1)); x=5*(sin((2*pi*10*n))); %% create signal N=length(x); f=[-fs/2:fs/N:fs/2-fs/N]; subplot(211) plot(f,fftshift(abs(fft(x)))); title('|G(f)|');grid; xlabel('frequency'); ylabel('|G(f)|'); %Zero padding xx=[zeros(1,128) x zeros(1,128)]; N=length(xx); f=[-fs/2:fs/N:fs/2-fs/N]; subplot(212) plot(f,fftshift(abs(fft(xx)))); title('|Gz(f)|');grid; xlabel('frequency'); ylabel('|Gz(f)|');
can you please solve this for me. please write a paragraph for each question and explain...
can you please solve this for me. please write a paragraph for each question and explain your reasoning. 1) assume that you are a full-time worker earning $10/hour, $80/day, $400/week, $20000/year. would you be willing to quit your jobs or keep working if the tax rate was 10%? 20%? 30%? 40%? what do you think is the best tax rate? what do you think is the best tax rate? 2)the state of California has decided to increase funding for public...
can you please explain to me in simplest way that i can understand the cyert and...
can you please explain to me in simplest way that i can understand the cyert and march behaviour theory. kindly give an example for it. thank you so much.
Can you please explain in detail what each line of code stands for in the Main...
Can you please explain in detail what each line of code stands for in the Main method import java.util.Scanner; public class CashRegister { private static Scanner scanner = new Scanner(System.in); private static int dollarBills[] = {1, 2, 5, 10, 20, 50, 100}; private static int cents[] = {25, 10, 5, 1}; public static void main(String[] args) { double totalAmount = 0; int count = 0; for (int i = 0; i < dollarBills.length; i++) { count = getBillCount("How many $"...
Can you guys answer this question for me please, need it asap!!! Please explain the difference...
Can you guys answer this question for me please, need it asap!!! Please explain the difference between systematic and unsystematic risk. In doing so, provide 4 examples of each type of risk. ( around ~200 words)
can an expert please explain me what is the most critical parts of a resume and...
can an expert please explain me what is the most critical parts of a resume and cover letter are? Why? thank you
Please explain to me the answers so that I can understand the concept. Thank you! You...
Please explain to me the answers so that I can understand the concept. Thank you! You must evaluate a proposal to buy a new milling machine. The purchase price of the milling machine, including shipping and installation costs, is $126,000, and the equipment will be fully depreciated at the time of purchase. The machine would be sold after 3 years for $85,000. The machine would require a $3,500 increase in net operating working capital (increased inventory less increased accounts payable)....
Thank you for your answer. Can you please explain to me the concept of chain length
Thank you for your answer. Can you please explain to me the concept of chain length
can you explain me the reversing entries?
can you explain me the reversing entries?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT