Write SQL query to create a table with the following structure
Field Type
Emp no char (4)
Name varchar (25)
Salary Float
Department varchar (15)
Answers
Answered by
4
tex
bold
Field Type
Emp no char (4)
Name varchar (25)
Salary Float
Department varchar (15)
Answered by
0
Answer:
- field type of the salary float is the answer....
Similar questions