Question
Who among the following was the founder of the Sunga
dynasty, who established his kingdom by killing the last Mauryan emperor?Solution
The correct answer is B
Which SQL clause is used to group rows based on one or more columns?
Which layer of the OSI model handles logical addressing and routing?
Which interrupt is generated by software?
When debugging a recursive function that processes a `Tree` data structure, what is a common strategy to identify infinite recursion or incorrect base c...
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which constraint ensures that no duplicate values exist in a column?
Which normal form eliminates repeating groups by putting them into separate tables and connecting them through foreign keys?
Which SQL command is used to retrieve data from a table?
Which database model represents data in a tree-like structure, where each child record has only one parent?
Which normal form ensures no partial dependency of non-prime attributes on a candidate key?