প্রোফাইল চিত্র

Sajid Mahmud Sayan

Grade 7 | Points: 39545 | Rank: 111

Hello! I'm ѕαʝιɗ мαнмυɗ sαуαи, a 12-year-old coder from Bangladesh in grade 7. I love coding and learning new platforms like Python,Javascript,Html, Lua. My top projects are "Gaming Hub" "Number Guess" and "Subway Surfers"

Hobby: Coding,Computer Programming,ETC

Share profile

Classes completed

175

Quizzes submitted

171

Projects submitted

164

Hackathons

IIT Kanpur Antargani

Code Clash Championship | Hackathon Competition for Kids and Teens

Hosted by: IIT Kanpur Antargani

Codingal

HackYoung Olympiad 2024

Hosted by: Codingal

Indian Institute of Science, Bangalore

Indian Institute of Science Junior Code Clash 2023

Hosted by: Indian Institute of Science, Bangalore

View more

Coding contests

Hewlett Packard Enterprise

HPE CodeWars 2025

Hosted by: Hewlett Packard Enterprise

Codingal

HPE Codewars Practice Arena

Hosted by: Codingal

Codingal

IOI Algorithms Preparation Guide

Hosted by: Codingal

View more

Activities

SQL Capstone Project - 1

In this activity students will be working on all the basic commands taught during the lessons like creating a table, manipulating, sorting & filtering using SQL to analyze the data

Department Table and Aggregate Queries

In this activity, students have to create a” DEPARTMENT” TABLE and have to perform these actions : 1)Write a query that displays the number of employees working in each department. 2)Write a query that displays the total salary paid to employees working in each department. 3)Write a query that displays the number of employees, total salary paid to employees working in each department. 4)Write a query that displays the department code, total salary paid to employees group by department_id and manager_id=103. 5)Write a query that displays the department id, number of employees of those groups that have more than 2 employees

Nobel Prize Winners Table and Queries

Create a table "noble_win" and write a query to find all the details of the Nobel winners for the subject not started with the letter 'P' and arrange the list as the most recent comes first, then by name in order.

SQL 5

In this activity students will have to create a “PRODUCTS” TABLE and have to perform these actions: 1)Write a SQL query that finds the number of products. 2)Write a SQL query that finds the average price of all products. 3)Write a SQL query that finds the sum of the price of all products.

Product Price Queries

Create a "Products" table and write two queries, one for finding the cheapest product and one to find the costliest product.

Student Table Queries

-Create a 'STUDENT" Table and use "AND"& "OR"Operators to filter the necessary data asked in the question like: 1)To fetch all the records from the Student table where Age is 18 and ADDRESS is Delhi 2)To fetch all the records from the Student table where NAME is Ram and Age is 18. 3)To fetch all the records from the Student table where NAME is Ram or NAME is SUJIT. 4)To fetch all the records from the Student table where NAME is Ram or Age is 20. 5)To fetch all the records from the Student table where Age is 18 NAME is Ram or RAMESH.

View more

Projects

Operators

In this activity, students will work on the topics like Operators in SQL.

Create Table

In this activity students will create a table and fetch the records to display on the screen using basic SELECT STATEMENT and WHERE clause

Rock Paper Scissor App

Write a Python program to create an application to play a rock paper scissor game between a user and the computer, using the Python Tkinter library.

Password Strength Checker App

Write a Python program to create an application that accepts a password from the user and displays its strength based on the length of the password using the Python Tkinter library.

Length Converter App

Write a Python program to create an application length in inches as input from the user and return the value of that length in centimeters using the Python Tkinter library.

Interest Calculator App

Write a Python program to create an application to take inputs of the principal amount, time period, and rate of interest from the user, and return the simple interest and compound interest on the same principle using the Python Tkinter library.

View more