filmov
tv
Tutorial 27 –Data Types in SQL | PostgreSQL

Показать описание
In this video, I explained the commonly used datatypes in SQL.
**Books I recommend**
Below is the link to the PostgreSQL Playlist
Below is the link to the PostgreSQL documentation page
***************** Statements used in this video *****************
CREATE TABLE IF NOT EXISTS student_table(
student_id serial,
class_id integer,
fname varchar(180),
lname varchar(180),
height numeric,
weight numeric,
date_of_birth date,
email varchar(180),
tuition_paid numeric,
is_tuition_paid boolean,
date_tuition_paid Timestamp
);
INSERT INTO student_table (class_id, fname, lname, height, weight, date_of_birth, email, tuition_paid, is_tuition_paid, date_tuition_paid)
SELECT *
FROM student_table
Please don’t forget to LIKE, SHARE, COMMENT and SUBSCRIBE to our channel for more AWESOME videos.
DISCLAIMER: This video and description has affiliate links. This means when you buy through one of these links, we will receive a small commission and this is at no cost to you. This will help support us to continue making awesome and valuable contents for you.
**Books I recommend**
Below is the link to the PostgreSQL Playlist
Below is the link to the PostgreSQL documentation page
***************** Statements used in this video *****************
CREATE TABLE IF NOT EXISTS student_table(
student_id serial,
class_id integer,
fname varchar(180),
lname varchar(180),
height numeric,
weight numeric,
date_of_birth date,
email varchar(180),
tuition_paid numeric,
is_tuition_paid boolean,
date_tuition_paid Timestamp
);
INSERT INTO student_table (class_id, fname, lname, height, weight, date_of_birth, email, tuition_paid, is_tuition_paid, date_tuition_paid)
SELECT *
FROM student_table
Please don’t forget to LIKE, SHARE, COMMENT and SUBSCRIBE to our channel for more AWESOME videos.
DISCLAIMER: This video and description has affiliate links. This means when you buy through one of these links, we will receive a small commission and this is at no cost to you. This will help support us to continue making awesome and valuable contents for you.
Tutorial 27 –Data Types in SQL | PostgreSQL
C Programming Tutorial 27 - _Bool Data Type
C Tutorial #27 - Data Types Struct
Byte Sized Tutorials | Basic Data Types in C | C Programming Tutorial
JavaScript tutorial 27 - data types coercion, part 1
All About Data Types - GameMaker Tutorial
Python in Excel‼️ #excel #python
27 LWC Tutorial - Data types in JavaScript | #lwc #salesforce
Data Science Roadmap 2025 🔥 | Step-by-Step Guide to Become a Data Scientist (Beginner to Pro)
Data Types & Variables - C Programming Tutorial #2
Data Types in python| python tutorial for beginners #pythontutorial #ics #newsyllabus #programming
Variables and Datatypes | C Programming Malayalam Tutorial | Part 9 of 27 |
Java Tutorials : Java String Data Type #27
C Programming Tutorial 36, Integral Data Types pt.1
MySQL 27 - TEXT, TINYTEXT, MEDIUMTEXT, LONGTEXT
Variable and Data Types | Javascript Tutorial
Learn Programming in C++ for Beginners Tutorial 27-Function Parameters-Passing Data to Subroutines
Lesson 27 - Data Types #java #programming #usa #india #america #tutorial #video #uk #canada
Python tutorial 1: basic data types: strings, numbers, booleans
data types in business central | al programming tutorial | al programming language | #gomstechtalks
List of Programming Languages | Most Important Programming Languages| ICT| #computerknowledge
Python Data Types short | Python programming language | Malayalam Tutorial
Color Coded Drop-Down Lists in Excel‼️ #excel
Excel Tip: Sort Grades Largest to Smallest
Комментарии