NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io


-- Week5 onwards

-- describing the structure of prospective_customer and social_media_type
-- DESC prospective_customer;
-- DESC social_media_type;

-- inserting into relational table 'prospective_customers' using varray type 'social_media_varray_type'
INSERT INTO prospective_customers(prospective_customer_id, company_name, contact_name, social_media_available)
VALUES (80000, 'IT REVOLUTION', 'DAVID',
social_media_varray_type(
social_media_type('FACEBOOK', '098 382 890'),
social_media_type('TWITTER', '984 342 234'),
social_media_type('LINKED IN', '423 677 345')));

INSERT INTO prospective_customers(prospective_customer_id, company_name, contact_name, social_media_available)
VALUES (80001, 'IT REVOLUTION', 'DAVID',
social_media_varray_type(
social_media_type('BBC', '4305 4385 4350'),
social_media_type('VOA', '2345 0438 1334'),
social_media_type('CNN', '0847 4502 4500')));

-- to view 'prospective_customers' table to check whether data has been inserted correctly or not
-- SELECT * FROM prospective_customers;


INSERT INTO adverts(advert_id, social_media_used)
VALUES(90000,
social_media_table_type(
social_media_type('THE HIMALAYAN TIMES', 014432928),
social_media_type('THE REPUBLIC', 014489283),
social_media_type('KANTIPUR', 014423879)));

-- to view 'adverts' table to check whether data has been inserted correctly or not
-- SELECT * FROM adverts;

-- inserting 1 complete row into sites
INSERT INTO sites(site_id, address, classroom, location, state_ref)
SELECT 5, address_type('TEEN GHUMTI', 'POKHARA', 'NEPAL'),
classroom_varray_type(
classroom_type('901', 50, 'LUXURY'),
classroom_type('902', 100, 'PLAYGROUND'),
classroom_type('903', 200, 'MEETING HALL')),
'POKHARA', REF(s)
FROM states s
WHERE stat = 'VICTORIA';

-- to check whether data has been inserted correctly or not
-- SELECT * FROM sites;
     
 
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.