【简答题】The __________________ is equal to the current
stock price minus the option exercise price.A. settlement price B. discount price C. intrinsic value D. mark-to-market settlement
【单选题】Given the following table definition: STOCK: item VARCHAR(30) status CHAR(1) quantity INT price DEC(7,2) If items are indicated to be out of stock by setting STATUS to NULL and QUANTITY and PRICE to z...
A.
UPDATE stock SET (status = NULL; quantity, price = 0) WHERE item LIKE S%
B.
UPDATE stock SET (status, quantity, price) = (NULL, 0, 0) WHERE item LIKE S%
C.
UPDATE stock SET status = NULL, SET quantity = 0, SET price = 0 WHERE item LIKE 'S%'
D.
UPDATE stock SET (status = NULL), (quantity = 0), (price = 0) WHERE item LIKE S%
【单选题】The authors note empirical evidence that shows cross-listing foreign shares of stock on U.S. exchanges has a positive stock price effect. ________ for the listing of ADRs.