subject

Which of the following creates a new table called 'game_scores' with 2 columns 'player_name' and 'player_score'?
(a) create table game_scores (
player_name string(45),
player_score integer(10)
);
(b) new table (
player_name varchar(45),
player_score int(10)
) as game_scores;
(c) new table game_scores (
player_name varchar(45),
player_score int(10)
);
(d) create table (
player_name varchar(45),
player_score int(10)
) as game_scores;
(e) create table game_scores (
player_name varchar(45),
player_score int(10)
);

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:30
At an open or uncontrolled intersection, yield if a. your road is paved and the crossroad is not b. the cross road is paved and yours is not c. you have two or more passengers in your vehicle d. you did not yield in the last intersection
Answers: 1
question
Computers and Technology, 22.06.2019 06:00
The width of a piece of rectangular land is 5m shorter rhan 1/3 of its length .find the width of the land if the length is 60m,150m.
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
How to do this programming flowchart?
Answers: 3
question
Computers and Technology, 24.06.2019 12:00
Which spreadsheet operation does a look function perform?
Answers: 1
You know the right answer?
Which of the following creates a new table called 'game_scores' with 2 columns 'player_name' and 'pl...
Questions
question
Mathematics, 17.07.2019 09:00