Please select a subject first
Advertisements
Advertisements
Name a function of MySQL which is used to remove trailing and leading spaces from a string.
Concept: undefined >> undefined
"COUNT" keyword belongs to which categories in Mysql?
Concept: undefined >> undefined
Advertisements
The ______ function returns m raised to the nth power.
Concept: undefined >> undefined
Name a function of MySQL used to give position of the first occurrence of a string2 in string1.
Concept: undefined >> undefined
What will be returned by the given query? SELECT MID('BoardExamination', 2, 4) = ______.
Concept: undefined >> undefined
What will be returned by the given query? SELECT INSTR('INFORMATIONFORM', 'FOR') = ______.
Concept: undefined >> undefined
What will be returned by the given query? SELECT DAYOFYEAR('2015-01-10') = ______.
Concept: undefined >> undefined
Which of the following is not a date function?
Concept: undefined >> undefined
Which of the following is not a text function?
Concept: undefined >> undefined
Which function will be used to remove only the trailing spaces from a string?
Concept: undefined >> undefined
The string function that returns the index of the first occurrence of substring is ______.
Concept: undefined >> undefined
What is the general format of UPPER() return type?
Concept: undefined >> undefined
Which statement is used to count the number of rows in table?
Concept: undefined >> undefined
Select the correct statement:
Concept: undefined >> undefined
Pandas Series is a ______.
Concept: undefined >> undefined
Which command is correct to display the plot?
Concept: undefined >> undefined
Which of the following is not a valid plotting function of pyplot?
Concept: undefined >> undefined
Which function is used to find the most often appeared value from a set of numbers?
Concept: undefined >> undefined
The command used to draw a line graph is:
Concept: undefined >> undefined
Give the output of:
s=pd.Series([10,20,30,40,50],index =[‘a’,‘b’,‘c’,0,1])
print(s.loc[1])
Concept: undefined >> undefined
