Mobile Data
Input Example from the data needed from the mobile app for TACTIC-Zone project
@kaggle.abdelrahmanatef01_mobile_data
Input Example from the data needed from the mobile app for TACTIC-Zone project
@kaggle.abdelrahmanatef01_mobile_data
CREATE TABLE mobile_data (
"shirt_number" BIGINT,
"position" VARCHAR,
"team_color" VARCHAR
);
CREATE TABLE mobile_data_2 (
"shirt_number" BIGINT,
"position" VARCHAR,
"team_color" VARCHAR
);
Anyone who has the link will be able to view this.