NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

CREATE TABLE SALESMAN (
SALESMAN_ID INT PRIMARY KEY,
NAME VARCHAR(50),
CITY VARCHAR(50),
COMMISION FLOAT
);

CREATE TABLE CUSTOMER (
CUSTOMER_ID INT PRIMARY KEY,
CUST_NAME VARCHAR(50),
CITY VARCHAR(50),
GRADE INT,
SALESMAN_ID INT,
FOREIGN KEY(SALESMAN_ID) REFERENCES SALESMAN(SALESMAN_ID)
);

CREATE TABLE ORDERS (
ORDER_NO INT PRIMARY KEY,
PURCHASE_AMOUNT FLOAT,
ORDER_DATE DATE,
CUSTOMER_ID INT,
SALESMAN_ID INT,
FOREIGN KEY(CUSTOMER_ID) REFERENCES CUSTOMER(CUSTOMER_ID),
FOREIGN KEY(SALESMAN_ID) REFERENCES SALESMAN(SALESMAN_ID)
)


INSERT INTO SALESMAN VALUES (5001,"James Hoog","New York",0.15);
INSERT INTO SALESMAN VALUES (5002,"Nail Knite","Paris",0.13);
INSERT INTO SALESMAN VALUES (5005,"Pit Alex","London",0.11);
INSERT INTO SALESMAN VALUES (5006,"Mc Lyon","Paris",0.14);
INSERT INTO SALESMAN VALUES (5007,"Paul Adam","Rome",0.13);
INSERT INTO SALESMAN VALUES (5003,"Lauson Hen","San Jose",0.12);

INSERT INTO CUSTOMER VALUES (3002,"Nick Rimando","New York",100,5001);
INSERT INTO CUSTOMER VALUES (3007,"Brad Davis","New York",200,5001);
INSERT INTO CUSTOMER VALUES (3005,"Graham Zusi","California",200,5002);
INSERT INTO CUSTOMER VALUES (3008,"Julian Green","London",300,5002);
INSERT INTO CUSTOMER VALUES (3004,"Fabian Johnson","Paris",300,5006);
INSERT INTO CUSTOMER VALUES (3009,"Geoff Cameron","Berlin",100,5003);
INSERT INTO CUSTOMER VALUES (3003,"Jozy Altidor","Moscow",200,5007);

INSERT INTO ORDERS VALUES (70001,150.5,"2012-10-05",3005,5002);
INSERT INTO ORDERS VALUES (70009,270.65,"2012-09-10",3003,5005);
INSERT INTO ORDERS VALUES (70002,65.26,"2012-10-05",3002,5001);
INSERT INTO ORDERS VALUES (70004,110.5,"2012-08-17",3009,5003);
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.