Coder Social home page Coder Social logo

backend-data's Introduction

Backend-Data

PostgreSQL: Inserting data Instructions In this practice problem, you will write queries to insert new data into two existing tables: artists and artworks. You can view the files to see what fields they contain.

Only one query should be written per file. Carefully check your syntax if you encounter errors. In particular, the names of the tables are very important.

Artist queries For each of the following files, create a query as described.

insert-artist.sql: Insert a single row into the table with the following information:

first_name: Kehinde last_name: Wiley birthday: 1977-02-28 is_alive: true

insert-multiple-artists.sql: Insert three artists in a single query to the artists table in this file. You may include whichever artists you like, but all fields should be filled for each one.

Artwork queries There is only one query to complete in the artworks/ folder.

insert-artwork.sql: Insert a single row into the table with the following information. Note that the description field should be left empty. name: Algorna Study II medium: oil on paper

backend-data's People

Contributors

holly-ellington avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.