Need outputs with proper screenshots
-- Create a table for school management
CREATE TABLE Students (
id INT PRIMARY KEY,
name VARCHAR(50),
date_of_birth DATE,
roll_number INT,
date_of_joining DATE
);
-- Insert 8 records into the Students table
INSERT INTO Students (id, name, date_of_birth, roll_number, date_of_joining)
VALUES
(1, 'Jai krishna', '2005-03-15', 101, '2015-08-20'),
(2, 'Janani', '2006-05-20', 102, '2016-09-10'),
(3, 'Ashwin', '2005-12-10', 103, '2017-01-05'),
(4, 'Bobby simha', '2
More Details:
Soumya
Bhubaneswar
Freelance Work
Budget - (₹100 - 1500 INR)