Question
In a significant development, which Indian city does
Uttar Pradesh plan to transform into India’s first AI city, aiming to foster and promote the AI ecosystem?Solution
Uttar Pradesh plans to build India’s first AI city in Lucknow to house and promote the AI ecosystem. The global AI market size is estimated at $137 billion in 2022, with a projected CAGR of 37.3% from 2023 to 2030. Lucknow already hosts Centres of Excellence in AI and MedTech, supporting over 15 AI/ML startups.
Which SQL clause is used to group rows?
Which SQL keyword prevents duplicate rows in result?
Materialized views differ from normal views because:
What is the output of this SQL snippet if the price column contains NULL values?
SELECT SUM(price) FROM products;
Recursive CTEs are mainly used for:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which SQL clause is used for filtering rows?
A materialized view differs from a normal view because it:
Which command removes all rows but keeps table structure?
Which of the following can be used to avoid duplicate entries in a column?