All
Search
Images
Videos
Shorts
Maps
News
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Top suggestions for How to Create a List in SQL
How to Create SQL
Database
How to Create a
New Database
How to Create
Database Query
How to Create SQL
Table
How to Create
Installation SQL
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
How to Create SQL
Database
How to Create a
New Database
How to Create
Database Query
How to Create SQL
Table
How to Create
Installation SQL
linkedin.com
SQL Basics for Beginners: Creating Database Tables | Md Rowson Mamun posted on the topic | LinkedIn
📝 Welcome to Data Analysis for Beginners 🎯 This video is part of my Data Analysis Playlist, where we start from the absolute basics of SQL using real-life examples. In this lesson, you will learn how to: Create a database in SQL Server Create tables for Sales, Products, Employees & Customers Insert data into tables Understand table ...
6.4K views
2 months ago
SQL Tutorial
8:57
Getting Started with T-SQL Queries using SQL Server Management Studio
YouTube
learningsqlserver
118K views
Feb 26, 2011
23:30
How to learn SQL | Step by Step Guide on how to learn SQL
YouTube
techTFQ
150.6K views
Mar 2, 2022
7:06
Learn Basic SQL Commands: SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY
YouTube
1Keydata
132.4K views
Nov 9, 2012
Top videos
4:13
Sql server select where in list
YouTube
kudvenkat
67.1K views
Apr 27, 2021
Learn SQL: CREATE DATABASE & CREATE TABLE Operations
sqlshack.com
168 views
Dec 5, 2019
0:10
Basic SQL Queries (Part 1) Learning SQL? 🤔 Here are the first 4 steps to get started ⬇️ 1️⃣ Create Database 🗂️ CREATE DATABASE my_database; 2️⃣ Create Table 📋 CREATE TABLE employees ( id INT PRIMARY KEY, name VARCHAR(50), department VARCHAR(50), salary DECIMAL(10,2) ); 3️⃣ Insert Data ✍️ INSERT INTO employees (id, name, department, salary) VALUES (1, 'John Doe', 'IT', 50000); 4️⃣ Select All Data 🔍 SELECT * FROM employees; 💡 That’s it! You just created your first database, added data & retri
Facebook
Ȼłⱥᵴᵴîȼⱥł “Ʀⱥɉøᵰ”
22K views
6 months ago
SQL Basics
The Complete Beginner’s Guide to SQL Fundamentals
learnsql.com
Feb 21, 2017
37:35
SQL basics and creating a simple database - SQL tutorial for beginners
YouTube
Duckademy IT courses
354.8K views
Aug 20, 2015
Workshop: Beginners SQL
substack.com
Oct 31, 2023
4:13
Sql server select where in list
67.1K views
Apr 27, 2021
YouTube
kudvenkat
Learn SQL: CREATE DATABASE & CREATE TABLE Operations
168 views
Dec 5, 2019
sqlshack.com
0:10
Basic SQL Queries (Part 1) Learning SQL? 🤔 Here are the first 4 steps to
…
22K views
6 months ago
Facebook
Ȼłⱥᵴᵴîȼⱥł “Ʀⱥɉøᵰ”
CREATE TABLE SQL Server Syntax Examples
Mar 15, 2022
mssqltips.com
15:15
SQL Basics in 30 Minutes - Part 2: Create Tables and Variables and
…
74.9K views
Jan 23, 2011
YouTube
letslearnbi
3:28:29
Oracle SQL Tutorial | Oracle DBA | Oracle SQL for Beginners | Great
…
1.3M views
Aug 28, 2021
YouTube
Great Learning
13:37
How to create a database and table using SQL commands.
554 views
6 months ago
YouTube
Boboda
2:44:47
SQL Querying for Beginners Tutorial
317.5K views
Jan 7, 2022
YouTube
Learn Skills Daily
10:25
SQL CREATE TABLE - SQL Tutorial #35
5K views
Jan 17, 2023
YouTube
Data with Baraa
29:48:28
SQL Full Course for Beginners (30 Hours) – From Zero to Hero
3.1M views
11 months ago
YouTube
Data with Baraa
6:15
Advanced SQL Tutorial | Stored Procedures + Use Cases
528.8K views
Mar 16, 2021
YouTube
Alex The Analyst
5:41
SQL Create Table: How-To with Example
3.1K views
Sep 27, 2021
YouTube
Database Star
2:48
How to Create a Table | SQL Tutorial for Beginners | 2021
115.8K views
Jun 12, 2021
YouTube
Amit Thinks
59:06
Build a Bank Database Using SQL | SQL For Beginners | SQL Applicat
…
206.7K views
Sep 18, 2020
YouTube
Great Learning
8:14
SQL Basics to Advanced: How to Create Tables and Databases | Ful
…
33 views
Feb 12, 2025
YouTube
Easy Busy Code
12:15
How to create a Database and Table in SQL
8K views
Sep 4, 2024
YouTube
Analytics Extra
10:54
Quick Tutorial - Users and Permissions in SQL Server
224.7K views
Feb 26, 2017
YouTube
Keil Jones
3:10:19
SQL Course for Beginners [Full Course]
14.1M views
Mar 20, 2019
YouTube
Programming with Mosh
15:36
SQL Create Table and Insert Data - A Complete Tutorial
287.2K views
Apr 28, 2020
YouTube
The SQL Guy
24:48
SQL WITH Clause | How to write SQL Queries using WITH Clause |
…
753.8K views
Sep 5, 2021
YouTube
techTFQ
17:42
Reporting Services (SSRS) Part 1 - Getting Started with a New Project
848K views
Jul 24, 2012
YouTube
WiseOwlTutorials
8:58
Lec-59: SQL Queries and Subqueries (part-1) | Database Ma
…
1.7M views
Sep 9, 2018
YouTube
Gate Smashers
18:46
SQLite Tutorial 3 : Working with important SqLite Queries (SELEC
…
102.5K views
May 29, 2013
YouTube
ProgrammingKnowledge
11:56
Learn how to create a database and table in SQL step by step!
224 views
5 months ago
YouTube
Play With Codes
8:48
SIMPLE SQL DATABASE AND TABLE CREATION
459.6K views
Mar 16, 2009
YouTube
Greater Life with Dr. William King
3:16:14
SQL - Complete Course in 3 Hours | SQL One Shot using MySQL
17.9M views
Aug 18, 2023
YouTube
Apna College
8:00
Data Analyst Tutorial #10 How to Create Database & Tables | SQL C
…
448 views
4 months ago
YouTube
Code Step By Step
5:06
SQL Tutorial - 5: Create, Use and Drop Databases
201.3K views
Aug 31, 2013
YouTube
The Bad Tutorials
6:25
Lec-86: Introduction to PL-SQL in DBMS
884.6K views
Feb 25, 2020
YouTube
Gate Smashers
See more videos
More like this
Feedback