Untitled
unknown
plain_text
8 months ago
666 B
12
Indexable
--CREATE TABLE Students ( -- StudentID int, -- FirstName varchar(20), -- LastName varchar(20), -- Age int, -- Gender varchar(10), --) --INSERT INTO Students -- (StudentID, FirstName, LastName, Age, Gender) --VALUES -- (1, 'Ali', 'Yılmaz', 21, 'Male'), -- (2, 'Ayşe', 'Demir', 19, 'Female'), -- (3, 'Mehmet', 'Kaya', 22, 'Male'), -- (4, 'Zeynep', 'Kara', 20, 'Female'), -- (5, 'Ahmet', 'Şahin', 23, 'Male') --CREATE TABLE Courses ( -- CourseID int, -- CourseName varchar(50), -- Credits int --) --INSERT INTO Courses -- (CourseID, CourseName, Credits) --VALUES -- (1, 'Mathematics', 3), -- (2, 'Physics', 4), -- (3, 'History', 2)
Editor is loading...
Leave a Comment