Rule 10b-5, which prohibits securities fraud, applies only to the securities of companies listed on

the major stock exchanges.

Indicate whether the statement is true or false


FALSE

Business

You might also like to view...

Under the equity method the investor's share of investee income ____________________ the investment account and dividends ____________________ the investment account

Fill in the blank(s) with correct word

Business

______ is the number of customer arrivals per unit of time.

a. Arrival pattern b. Arrival rate c. Interarrival time d. Service time

Business

The local Kennel Club is a not-for-profit organization with gross receipts of $23,500 for the current tax year. Under the Internal Revenue Service Code, the Kennel Club would be required to file which of the following forms for the tax year?

A. Form 990-EZ. B. Form 990-PF. C. Since its gross receipts are less than $25,000 it need not file with the Internal Revenue Service. D. Form 990-N.

Business

Based on the code above, list the number and name of all customers that are either represented by sales rep 30 or that currently have orders on file, or both

a. SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer ; b. SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer, Orders WHERE Customer.CustomerNum=Orders.CustomerNum ; c. SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' WHERE Customer.CustomerNum=Orders.CustomerNum ; d. SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer, Orders ;

Business