Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Database Systems - Intro to Tables, Columns, and Rows
Play lesson

Database Systems with SQL - Full Course - Database Systems - Intro to Tables, Columns, and Rows

5.0 (0)
6 learners

What you'll learn

This course includes

  • 4.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Relational database data is structured into: - table - a collection of data placed in columns and rows, similarly to an Excel table. Tables must have at least one column and row, otherwise it is called an empty table - column - a set of values that are the same type. Each column has a unique name row - a set of values across all columns, one value for each column. cell - one data value, or a single column of a single row. Each column also has a data type that defines that type of data that can be stored in each row within the column. Ex: Integers, text or floating-point numbers. In addition to a name, each column has a data type, which defines the format of the values it can store. When the table is created using SQL, that is when you specify the columns name and data types. The DBA is capable of changing a tables column name or data type, but this is rare. However, database users have the ability to add, delete, and update the data in rows. Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere