Question
Which of the following statements regarding the
classification of financial markets is/are correct? Â Â 1. Debt markets are primarily concerned with long-term investment instruments like bonds. Â Â 2. Equity markets facilitate the buying and selling of company shares. Â Â 3. Derivative markets involve trading securities based on the value of underlying assets like commodities, currencies, or stocks. Â Â 4. Money markets deal with instruments with more than one year of maturity.Solution
Money markets deal with instruments that have maturities of less than one year, not more than one year. The markets that deal with instruments of more than 1 year are referred to as the capital markets. Equity market is part of capital markets and deals with raising and trading of share capital of corporates. Debt markets involving long term bonds is also a part of capital markets. Derivatives are instruments that derive value from an underlying asset. Derivative markets deal in derivative instruments like forwards, futures, options and swaps.
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?