Question
Which of the following are the stock exchanges for SME
in India?Solution
Almost all major capital markets have realised the need for a separate exchange for SME segment (Small and Medium Enterprises). More than 20 countries have separate platforms for this segment. These markets have tried to create a a market architecture conducive for this specific segment. As SME is very significant for country's industrial activity, the BSE and the NSE launched their platform for small and small and medium enterprises to list on the BSE and the NSE and later migrate to the main board of the BSE and NSE without the need to make an initial public offering. The BSE SME and NSE Emerge are a new source for SME IPOs and provide a listing opportunity to the SMEs with minimum compliances and cost compared to the main board. SMEs are spread across diverse sectors and are fast emerging as an alternate asset class for investors.
A program needs to process elements from a `Queue` until it becomes empty. Which control flow structure is most suitable for this task?Â
Which SQL command is used to remove a table from the database?
Which concurrency anomaly is specific to phantom reads?
Given the following Python-like code snippet:Â
  ```python
  class Counter:
    def __init__(self):
   ...
MVCC (Multi-Version Concurrency Control) ensures:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
Â
Which key uniquely identifies a record in a table?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which aggregate function returns the number of rows that match a specified criterion?