Files
student_manage_system/StudentsQuery.sql
T

12 lines
122 B
SQL
Raw Normal View History

show databases;
create database student_manage_system;
use student_manage_system;
show tables;
drop table students;