Provide us with this "sum" function, and we can tell you. We aren't psychic.
Answer:
The very first command contains an error.
Explanation:
The create query is used to create the table in the database. The syntax of the create query is :
create table tablename(column1 datatype,column2 datatype ........columnn datatype);
So there is a keyword table is missing in the given query.
so it is incorrect query.
INSERT INTO vehicletype VALUES (1,"truck","Ford",2000); This query is correct.
SELECT * FROM vehicletype; This query is also correct.
A hub can be used to connect multiple computers and networks.
Answer:
Answer for this question is D
Explanation:
Help flies