SQL Statements
April 16, 2024

mysql -u root -h 94.237.53.3 -P 48816 -p
show databases;
show tables;

select * from departments;

Last updated
April 16, 2024

mysql -u root -h 94.237.53.3 -P 48816 -p
show databases;
show tables;

select * from departments;

Last updated