Question
Which of the following statements are required to verify
trade creditors? Statement 1: Obtain the schedule of creditors and examine it with reference to individual creditors account. Statement 2: Inspect documents underlying purchases such as invoices, receiving reports, etc. and verify individual creditorโs accounts balance against these documents. Statement 3: Examine relevant records and documentation supporting the transactions to assess the validity and accuracy of loans.Solution
Statement 1: Obtain the schedule of creditors and examine it with reference to individual creditors account. This statement is necessary to verify trade creditors. By obtaining the schedule of creditors and cross-referencing it with individual creditors' accounts, one can ensure the accuracy and completeness of the information. Statement 2: Inspect documents underlying purchases such as invoices, receiving reports, etc. and verify individual creditor's accounts balance against these documents. This statement is also essential for verifying trade creditors. By inspecting the supporting documents such as invoices and receiving reports, one can confirm the validity and accuracy of the purchases and compare them to the balances in individual creditor's accounts. Statement 3: Examine relevant records and documentation supporting the transactions to assess the validity and accuracy of loans. This statement is not directly related to verifying trade creditors. It seems to refer to assessing the validity and accuracy of loans, which is a separate matter from trade creditors.
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Recursive CTEs are mainly used for:
To rename a column in a SELECT query result, you use:
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which SQL keyword prevents duplicate rows in result?
Which operator is used to combine results of two SELECT queries and remove duplicates?
What is the result of SELECT COUNT(NULL) on any table?
Which of the following SQL constructs avoids returning duplicate rows?
What is a 'stored procedure' in SQL?