Give the output of the query: SELECT MONTH("2010-03-05");
count(marks)
count()
avg(marks)
sum(marks)
Given the following code for histogram:
df.plot(kind='hist', edgecolor="Green", linewidth=2, linestyle='-', fill=False, hatch='o')
What is the role of fill=False?
fill=False
Given the following table:
State the output of the following query:
SELECT COUNT(SALARY) FROM EMPLOYEE;
Given the following relations:
Table A
TableB
Find \( \text{TableA} \cup \text{TableB} \).