• Home
  • Explore

Learn SQL | Codecademy

www.codecademy.com/courses/learn-sql/lessons/manipulation/exercises/statements

1 Users

0 Comments

9 Highlights

0 Notes

Tags

codeacademySQLstatementsManipulation

Top Highlights

  • Statements

  • A statement is text that the database recognizes as a valid command

  • Statements always end in a semicolon ;.

  • CREATE TABLE table_name (    column_1 data_type,    column_2 data_type,    column_3 data_type );

  • CREATE TABLE is a clause.

  • By convention, clauses are written in capital letters.

  • Clauses can also be referred to as commands.

  • table_name refers to the name of the table that the command is applied to.

  • (column_1 data_type, column_2 data_type, column_3 data_type) is a parameter

Ready to highlight and find good content?

Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.

AboutPrivacyTerms

© 2023 Glasp Inc. All rights reserved.