Write a python program to demonstrate bubble sort and insertion sort. on June 24, 2021 Bubble Sort Insertion Sort +0 Python Bubble Sort Insertion Sort Python
Write a Python Program to find the maximum, minimum, mean, median and mode from a list of numbers by using user defined functions. Attach output screenshots also. on May 31, 2021 list maximum median minimum mode + Python list maximum median minimum mode Python
Write a Python program to print the following output: on May 30, 2021 pattern +0 Python pattern Python
Create a trigger that checks if "value" is greater than 1000 for any new row inserted to "Test" table, then insert a row to Audit table? on May 26, 2021 dbms mysql PL/SQL sql trigger + worksheet dbms mysql PL/SQL sql trigger worksheet
Write a trigger to ensure that no employee of age less than 25 can be inserted in the database. on May 26, 2021 dbms mysql PL/SQL sql trigger + worksheet dbms mysql PL/SQL sql trigger worksheet
Create a package which contains a procedure to accept a text and to check whether it is palindrome or not. on May 26, 2021 dbms mysql package pallindrome PL/SQL sql + worksheet dbms mysql package pallindrome PL/SQL sql worksheet
Create a procedure or function to calculate electricity bill as per the following criteria: For first 100 units: Rs. 5 per unit For 101-150 units: Rs. 7 per unit For 151-300 units: Rs. 7.50 per unit For 301 onward units: Rs. 8 per unit on May 26, 2021 dbms electricity bill mysql PL/SQL procedure + worksheet dbms electricity bill mysql PL/SQL procedure worksheet
Write a PL/SQL program to convert a temperature in scale Fahrenheit to Celsius and vice versa. on May 07, 2021 assignments Celsius to Fahrenheit cse +3 dbms Fahrenheit to Celsius mysql PL/SQL sql sqlcommands table assignments Celsius to Fahrenheit cse dbms Fahrenheit to Celsius mysql PL/SQL sql sqlcommands table