Basic Questions of IP
Basic Questions of IP
1
message = 'MyPreBoardExam@2024-25'
Write the output of: print (message[ : : -3].upper())
2. Gopi Krishna is using a table Employee .it has the following Columns:
Code, Name, Salary, Deptcode
He wants to display maximum salary for each department. Write the query to get
the result.
7. Write a program to print all numbers between 1 and 100 that are either divisible
by 5 or 7.