To create a new table order ID and customer name based on joining two tables
To create a new table (name, date of birth) based on joining two tables
Find the total number of customer from each country customerID, customerName, country using GROUP BY
Write a SQL query to order the table (student ID, marks) in descending order of the marks
Find the min, max, sum, and average of the marks in a student marks table
Use the select command to get the details of the student's marks more than 80
Delete the details of a particular student in the above table
Insert the details of a new student in the above table
Write a program to implement a Queue using a list data-structure
Write a program to implement a stack using a list data-structure
Write a program to plot the function y = x² using the pyplot or matplotlib libraries
Remove all the lines that contain the character 'a' in a file and write it to another file
Scalar Multiplication of a Point
Which Quadrant does the Point belong to
To Find the Origin of a Point using a Function in Java
Projection of a Point on X-axis and Y-axis
Implementing an Interface
Extending Interface to an Interface
Extend the functionality
Defining Constructors and Initializing Attributes using the Default Constructor
Defining Constructors and Initializing Attributes using the Parameterized Constructor
Defining Print function Printing the Output
Defining Setters- Assigning Values to Attributes
Defining Getters - Reading Values of Attributes
Defining a Class
Take a sample of phishing e-mails and find the most common words
Compute EMIs for a loan using the NumPy library
Check if a number is equal to the sum of cubes of its digits. Find the smallest & largest numbers
Find the Third Largest Number in a List
Generates random numbers between 1 and 6 (simulates a dice)
Write a recursive code to find the sum of all elements of a list
Recursive Code to Find the Sum of all Elements of a List(Using Linear method)
sin(x, n) to calculate the value of sin(x) using its Taylor series expansion
Recursive Max (Linear Method)
Recursive Search
Binary Search using Unsorted Array
To show the use of all six math functions
Prints your Name and Birthday as Separate Strings
Finding min-max Recursive
Merge Sort
Recursive Fibonacci Series (Using String)
Recursive Palindrome (String)
Recursive Fibonacci Series (Using Number)
Palindrome (String)
Binary Search Sorted Array
Factorial Missing Incrementation
Recursive Max
Factorial Loop Body Error
GCD Euclidean Algorithm
Quick Sort
Bubble Sort
Factorial Loop Condition Error
Factorial Initialization Error
Insertion Sort
GCD Subtraction Method
Fibonacci (String)
Selection Sort
Compound Interest
Simple Interest
Fibonacci (Number)
Factorial Loop Init Error
Factorial Correct