📖 generic · CBSE Class 11 English medium · ACCOUNTANCY · Page 42question

statement. Consider the following query:

Chapter 14: Structuring Database for Accounting · ACCOUNTANCY

statement. Consider the following query: ( ) To find various amounts of sales during the month of April, and the amounts of such sales if the prices of products are allowed to be raised by %. ( Model-I ) Vdate, Credit, Amount, Amount* . AS Expected Vouchers, Accounts Credit = Code AND name LIKE “Sales Account*” ( Model-II ) Vdate, D.code, Amount, Amount* .

AS Expected Vouchers AS V, Details AS D, accounts AS A V.vNo = D.vNo AND D.code = A.Code AND A.Name LIKE “Sales Account*” AND tType = UNION Vdate, V. , Amount, Amount* . AS Expected Vouchers AS V, Details AS D, accounts AS A V.vno = D.vno AND V. = A.code AND A.name LIKE “Sales Account*” AND Ttype = ;

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →