Skip to content
Untitled Python workspace
# Start coding here...
DataFrameas
df
variable
Run error
CREATE TABLE web_visits(visit_id,visit_datetime,page_url);
CREATE TABLE user(id, name, created_on);