Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

Create Series
2. Create a data frame from series
3. Create data frame for examination result
4. Perform arithmetic operations on series
5. Perform various operations on series
6. Create series from a given name
7. Create the series and solve the given questions
8. Create series and write programs for the given questions
9. Create a data frame for examination attempts and solve the given questions
10. Create data frame and calculate the mean score
11. Create csv file from data frame
12. Export data of CSV file into data frame
13. Plot a graph for school result data
14. Plot a line graph
15. Plot bar graphs from data frame
16. Plot bar graph for India’s medal tally
17. SQL queries 1
18. SQL queries 2

18 Q1. Create given table ‘SALESMAN’ and insert values into it

Q2. Show the details of salesmen not getting any bonus

Q3. Count the number of salesmen having double ‘e’ in their names

Q4. Find the average salary of salesmen getting bonus more then 25

Q5. Find the average bonus of salesmen getting salary more then 50000

Q6. Show details of salesmen who joined in 2017 or 2019

Q7. Show the names of salesmen in uppercase along with bonus rounded to 1 decimal place

Q8. Show the number and the first 7 characters of name of all salesmen whose bonus is in the range 20
to 30

Q9. Display the month name for the date of join

Q10. Display the position of occurrence of string ‘ar’

Q11. Show 4 characters starting from 6 th character on the right side of name

You might also like