no 8 please mysql
write an SQL query
Attachments:
Answers
Answered by
1
hyy here is your answer ⤵️
mysql > create database <database name >;
mysql > use <database name >;
mysql > show databases ;
mysql > create table <table name >
➡️(
➡️emp no char(40),
➡️name varchar(25),
➡️salary float(3),
➡️Department varchar(15)
➡️ ) ;
mysql > show tables ;
______hope it help ✌️
oracle21:
thank u so much
Similar questions
Computer Science,
7 months ago
Math,
7 months ago
Social Sciences,
7 months ago
Art,
1 year ago
English,
1 year ago