Top videos

SQL Tutorial - Full Database Course for Beginners
SQL Tutorial - Full Database Course for Beginners cashinvids 2 Views • 2 years ago

In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS.
Want more from Mike? He's starting a coding RPG/Bootcamp -
https://simulator.dev/

The course is designed for beginners to SQL and database management systems, and will introduce common database management topics.

Throughout the course we'll be looking at various topics including schema design, basic C.R.U.D operations, aggregation, nested queries, joins, keys and much more.

You can get PopSQL to follow along here: http://popsql.com/freecodecamp

🔗Company Database Code: https://www.giraffeacademy.com..../databases/sql/creat

⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (2:36) What is a Database?
⌨️ (23:10) Tables & Keys
⌨️ (43:31) SQL Basics
⌨️ (52:26) MySQL Windows Installation
⌨️ (1:01:59) MySQL Mac Installation
⌨️ (1:15:49) Creating Tables
⌨️ (1:31:05) Inserting Data
⌨️ (1:38:17) Constraints
⌨️ (1:48:11) Update & Delete
⌨️ (1:56:11) Basic Queries
⌨️ (2:08:37) Company Database Intro
⌨️ (2:14:05) Creating Company Database
⌨️ (2:30:27 ) More Basic Queries
⌨️ (2:26:24) Functions
⌨️ (2:45:13) Wildcards
⌨️ (2:53:53) Union
⌨️ (3:01:36) Joins
⌨️ (3:11:49) Nested Queries
⌨️ (3:21:52) On Delete
⌨️ (3:30:05) Triggers
⌨️ (3:42:12) ER Diagrams Intro
⌨️ (3:55:53) Designing an ER Diagram
⌨️ (4:08:34) Converting ER Diagrams to Schemas

Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channe....l/UCvmINlrza7JHB1zkI

🐦Follow Mike on Twitter: http://twitter.com/mike_dane

🔗The Giraffe Academy website: http://www.giraffeacademy.com/

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

MySQL Tutorial for Beginners [Full Course]
MySQL Tutorial for Beginners [Full Course] cashinvids 2 Views • 2 years ago

MySQL tutorial for beginners - Learn MySQL, the world's most popular open source database.
🔥 Want to master MySQL? Get the full MySQL course:
http://bit.ly/2uAoPM3
👍 Subscribe for more SQL tutorials like this: https://goo.gl/6PYaGF

⭐️Want to learn more from me? Check out these links:

Courses: https://codewithmosh.com
Twitter: https://twitter.com/moshhamedani
Facebook: https://www.facebook.com/programmingwithmosh/
Blog: https://programmingwithmosh.com

📕Get my FREE SQL cheat sheet:
http://bit.ly/2JCO73l

📔Scripts to create the databases in this course:
https://bit.ly/3rvtqdO

TABLE OF CONTENT

0:00:00 Introduction
0:01:02 What is SQL?
0:04:24 Cheat Sheet
0:04:50 Installing MySQL on Mac
0:09:48 Installing MySQL on Windows
0:15:08 Creating the Databases for this Course
0:23:40 The SELECT Statement
0:29:30 The SELECT Clause
0:38:18 The WHERE Clause
0:43:35 The AND, OR, and NOT Operators
0:51:38 The IN Operator
0:54:41 The BETWEEN Operator
0:56:53 The LIKE Operator
1:02:31 The REGEXP Operator
1:11:51 The IS NULL Operator
1:14:18 The ORDER BY Operator
1:21:23 The LIMIT Operator
1:24:50 Inner Joins
1:33:16 Joining Across Databases
1:36:03 Self Joins
1:40:17 Joining Multiple Tables
1:47:03 Compound Join Conditions
1:50:44 Implicit Join Syntax
1:53:04 Outer Joins
1:59:31 Outer Join Between Multiple Tables
2:05:50 Self Outer Joins
2:08:02 The USING Clause
2:13:25 Natural Joins
2:14:46 Cross Joins
2:18:01 Unions
2:26:29 Column Attributes
2:29:54 Inserting a Single Row
2:35:40 Inserting Multiple Rows
2:38:58 Inserting Hierarchical Rows
2:44:51 Creating a Copy of a Table
2:53:38 Updating a Single Row
2:57:33 Updating Multiple Rows
3:00:47 Using Subqueries in Updates
3:06:24 Deleting Rows
3:07:48 Restoring Course Databases

If you're looking for a complete SQL tutorial for beginners with examples, this tutorial is a great way to learn SQL basics. Just follow through and you'll be able to write SQL queries in no time.

SQL, short for Structured Query Language, is a language used by software developers, data scientists and anyone who works with data. With SQL, you can store data in relational databases and write queries to extract valuable information.

There are various database management systems (DBMS) that support SQL but each product has its own implementation of SQL. In this course, we'll be using MySQL to learn SQL. MySQL is the most popular free and open-source database management system in the world. If you use a different DBMS (eg SQL Server), you can still benefit from this course as 90% of the skills you'll learn in this course can be transferred to other database management systems.

Using RDBMS & SQL With php | PHP Tutorial #22
Using RDBMS & SQL With php | PHP Tutorial #22 cashinvids 2 Views • 2 years ago

►Source Code + Text Tutorials - http://codewithharry.com/video....s/php-tutorials-in-h
►This video is a part of this PHP tutorials in Hindi playlist - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►For Doubt Solving, Brain Storming Sessions & guaranteed replies, join the channel membership here: https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Checkout my English channel here: https://www.youtube.com/ProgrammingWithHarry

Best Hindi Videos For Learning Programming:

►Learn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►C Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here

MySQL Data Manipulation Tutorial |SQL Data Manipulation |PHP & MySQL Tutorial for Beginners |Edu
MySQL Data Manipulation Tutorial |SQL Data Manipulation |PHP & MySQL Tutorial for Beginners |Edu cashinvids 2 Views • 2 years ago

( PHP & MySQL with MVC Frameworks Certification Training
-
https://www.edureka.co/php-mysql-self-paced )

Watch Sample Class recording: http://www.edureka.co/php-mysql?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

A data manipulation language (DML) is a family of syntax elements similar to a computer programming language used for selecting, inserting, deleting and updating
data in a database. Performing read-only queries of data is sometimes also considered a component of DML.Let's see some data manipulation in MySQL.

This video helps you to learn following topics :

1.Insert query with Example
2.Inserting Dat afrom commnad prompt
3.Inserting Data using Script
4.Creating a form
5.Inserting data in MySQL table
6.Select Query
7.Syntax for select query
8.Fetching data using PHP script
9.Releasing Memeory
10.WHERE Clause
11.WHERE Clause operators
12.Update Query
13.Delete Query

Related Posts :
http://www.edureka.co/blog/php-tutorial-web-concepts-in-php?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
http://www.edureka.co/blog/php-tutorial-data-types-declaration?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

http://www.edureka.co/blog/php-tutorial-differentiating-php-code-in-html-script?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

Edureka is a New Age e-learning platform that provides Instructor-Led Live, Online classes for learners who would
prefer a hassle free and self paced learning environment, accessible from any part of the world.

The topics related to Data Manipulation have extensively been covered in our course 'PHP & MySQL’.
For more information, please write back to us at sales@edureka.co
Call us at US: 1800 275 9730 (toll free) or India: +91-8880862004

PHP For Absolute Beginners | 6.5 Hour Course
PHP For Absolute Beginners | 6.5 Hour Course cashinvids 2 Views • 2 years ago

This course is for absolute beginners and will give you a great kickstart to learning PHP.
We'll first talk about what PHP is and why we should learn it, then we will setup a working environment and start coding

This video covers all the basics:

- How to declare Variables
- How to work with strings, Arrays
- How to work with file System
- How to use cURL to fetch resources
- Object Oriented PHP
- Namespaces
- Composer
- Autoloading
and much more...

At the end of this course we will create a CRUD (CREATE, READ, UPDATE, DELETE) application 3 times. First, we will create it as beginner and see what PHP code looks like without best practices, then we will refactor our application and make it more optimal. We will learn how to use composer, autoloading and we'll create a mini MVC framework with custom routing and then build the final version of our CRUD application using the framework

Code:
Initial Source files:
https://bit.ly/3jmfETf
Final Source files: https://bit.ly/3dS9BEx

The Codeholic YouTube Channel:
https://www.youtube.com/channe....l/UC_UMEcP_kF0z4E6Kb

Official Docs:
Numbers - https://bit.ly/2IMwiih
Strings - https://bit.ly/2T3Prht
Arrays - https://bit.ly/2H5NU8i
File System - https://bit.ly/3jcjHkE


Timestamps:
00:00:00 - Introduction
00:02:45 - Course Overview
00:06:19 - What is PHP and why you should learn it?
00:09:02 - Setup working environment
00:22:45 - PHP Syntax
00:25:50 - Comments
00:26:58 - Variables
00:35:45 - Numbers
00:47:53 - Strings
01:01:07 - Arrays
01:14:09 - Associative Arrays
01:21:44 - Conditionals (If-else, switch)
01:30:59 - Loops
01:38:22 - Functions
01:45:43 - Dates
01:50:36 - Including files
01:58:43 - Working with File System
02:08:01 - OOP
02:25:46 - cURL
02:33:53 - Start working on Products CRUD (bad version)
02:42:05 - Setup connection to database
02:45:36 - Select & display products from MySql
02:52:28 - Products CRUD: Creating Product functionality
02:56:50 - $_GET & $_POST
03:04:04 - Save data in MySql
03:13:45 - Form Validation
03:21:10 - Uploading Image
03:39:37 - Delete Product
03:46:01 - Update Product
03:58:22 - Product Search
04:02:24 - Improve Products CRUD: Code refactoring
04:38:30 - Namespaces & Autoloading with composer
04:49:10 - Install packages using composer
04:53:10 - MVC Framework with Custom Routing
04:56:15 - MVC Controllers
05:13:10 - MVC Views
05:31:25 - MVC Models
06:02:13 - Setup Apache Virtual Hosts
06:11:07 - Sessions
06:20:55 - Cookies

User Registration System Using PHP And MySQL Database | PHP MySQL Tutorial | Edureka
User Registration System Using PHP And MySQL Database | PHP MySQL Tutorial | Edureka cashinvids 2 Views • 2 years ago

🔥 PHP & MySQL Certification Training (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎"): https://www.edureka.co/search
This Edureka video on "PHP MySQL Tutorial" will teach you how to create a user registration and login system using PHP and a MySQL database. This video covers the following topics:

3:40 Creating the database
5:30 Creating the registration page
11:23 Creating the login page
13:50 Creating backend logic for registration
28:05 Creating the home page
33:10 Creating the error page
36:30 Creating server logic for login

Check out our complete Youtube playlist here: https://goo.gl/gMFLx3

Do subscribe to our channel and hit the bell icon to never miss an update from us in the future: https://goo.gl/6ohpTV

Instagram: https://www.instagram.com/edureka_learning
Facebook: https://www.facebook.com/edurekaIN/
Twitter: https://twitter.com/edurekain
LinkedIn: https://www.linkedin.com/company/edureka

#php #phptutorial #phpmysql #LearnPHP #phponlinetraining

-------------------------------------

How it Works?

1. This is a 7 Week Instructor-led Online Course, 45 hours of assignment and 20 hours of project work

2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.

3. At the end of the training, you will be working on a real-time project for which we will provide you a Grade and a Verifiable Certificate!

-------------------------------------

About the Course

Edureka's PHP & MySQL with MVC framework will introduce attendees to PHP, MySQL, and CakePHP MVC framework. The course will cover aspects of how to use PHP, MySQL along with CakePHP MVC framework to create powerful and easy to maintain database driven websites. The course will also cover Installation & Configuration of PHP, MySQL, and CakePHP. Attendees will also get to implement one project towards the end of the course.

Why learn PHP & MySQL with MVC Frameworks?

PHP scripting and MySQL database are one of the worlds most popular open source techniques used to develop websites. Add an advantage of an MVC framework to it and you can develop powerful, dynamic and easy to maintain database driven websites. PHP, MySQL, and CakePHP are also platform independent i.e. You can easily port a website developed on a windows machine to a Linux based Apache web server with minimal to no changes. The CakePHP MVC architect also adds some additional security against threats like SQL injections, hacking etc.

-------------------------------------

Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
For more information, please write back to us at sales@edureka.co or call us at IND: 9606058406 / US: 18338555775 (toll free).

Connect PHP to SQL Server | How to Connect PHP with SQL Server 2019 With Sample Code and Query
Connect PHP to SQL Server | How to Connect PHP with SQL Server 2019 With Sample Code and Query cashinvids 2 Views • 2 years ago

In this video I am going to show you how to connect PHP with SQL Server 2019 with PHP code to connect and perform a simple insert query.
Make a connection of PHP with SQL server. In this video, you can learn How to use SQL Server with PHP 8.1.10. Connecting PHP with SQL Server is very easy. This video uses Microsoft PHP Driver for SQL Server It

Download PHP Drivers:
https://docs.microsoft.com/en-us/sql/...
#Php #php8.1 #phpsqlserver #sqlserver2019 #tutorial #beginners

Related Queries:-
php sql server
php connect to server
connect php to sql server
php sql
mssql
microsoft sql server
php
apache/2.4.54 (win64) openssl/1.1.1p php/8.2.0 server at localhost port 80
conectar php con sql server
how to connect sql server
php 8
php 8.2
php and sql
php connecting to database
php login system
php tutorial for beginners
php website
php with mysql
php.ini
sql
sql php
sql project
sql server 2022
visual studio

Follow my Facebook Page : https://www.facebook.com/105940115222549
Follow me on Instagram : https://www.instagram.com/p/CViUlw2sOMi
Follow me on tumblr : http://programming-guru.tumblr.com
Follow me on reddit : https://www.reddit.com/u/Programming_guru1?utm_medium=android_app&utm_source=share

Showing 323 out of 324