Skip to content

db assignement #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

db assignement #47

wants to merge 1 commit into from

Conversation

kanzy21
Copy link
Collaborator

@kanzy21 kanzy21 commented Dec 19, 2022

No description provided.

@kanzy21 kanzy21 requested a review from sumitbusa December 19, 2022 05:30
`name` CHAR(20) NOT NULL,
`state` CHAR(20),
PRIMARY KEY(`id`)
);CREATE TABLE `WAREHOUSES`(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add new line

@@ -0,0 +1,53 @@
CREATE DATABASE `pesto-warehouse`;
CREATE TABLE `cities`(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use some standard with all schema name

GROUP BY w.Location;

SELECT *
FROM orders, customer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure, like is better compare to equal operation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants