SQL server

SQL server смотреть последние обновления за сегодня на .

What is Microsoft SQL Server?

76868
492
16
00:01:52
17.01.2020

SQL Server: 🤍 Database on-site or in the cloud: 🤍 SQL Server is like your own personal database manager. Watch to learn what Microsoft SQL Server is and why it’s used. What SQL Server features are most important for your organization? Let us know in the comments, and please hit the like button. Subscribe to Eye on Tech: 🤍 Stay up to date on the latest Data management news: 🤍 Follow us on Twitter: 🤍 Like us on LinkedIn: 🤍 Like us on Facebook: 🤍 #MicrosoftSQLServer #SQLServer #EyeOnTech

SQL for Beginners Tutorial

1262503
24912
1068
00:44:57
22.03.2022

In this step-by-step tutorial, learn how you can write your own SQL queries. You don't need any prior knowledge and we're going to use all free tools. By the end of this video, you'll know how to retrieve data from databases. At the end, I'll show you a neat trick to write some of the most complex queries with very little effort. SQL stands for structured query language. It's a language that you can use to talk to your database. You can also use it to retrieve, filter, sort, combine, add, update, and delete data in a database. It's basically a language you can use to interact with the database. The great thing is that anyone can learn how to write SQL queries. You definitely don't need a degree in computer science. And once you know it, you'll have another superpower that you can use at work. 👋 Additional resources - Download & install Microsoft SQL Server: 🤍 - Download & install SQL Server Management Studio (SSMS): 🤍 - Sample database to follow along: 🤍 - Sample data in Excel format including flat file and tables: 🤍 - SQL Functions: 🤍 ⌚ Timestamps 0:00 Introduction 0:37 Why learn SQL? 1:49 What is SQL? 2:25 What is a database? 3:09 Relational database management systems 4:11 Install Microsoft SQL Server 6:51 Install SQL Server Management Studio 7:26 Connect to server 8:13 Object Explorer 9:26 Restore sample database 10:42 Tables 14:33 Primary keys 15:57 Database diagrams 17:57 Data types 18:30 Select 24:50 Filtering with where 32:02 Inner join & outer join 38:21 Order by 39:01 Functions including getdate, sum, count 41:02 Group by 41:20 Bonus: Query designer 44:09 Wrap up 📃 Watch related playlists - Playlist with all my videos on SQL: 🤍 🚩 Connect with me on social - LinkedIn: 🤍 - Discord: 🤍 - Twitter: 🤍 - Facebook: 🤍 - TikTok: 🤍 - Instagram: 🤍 🙏 Request How To Tutorial Videos 🤍 🔔 Subscribe to my YouTube channel 🤍 🎬 Want to watch again? Navigate back to my YouTube channel quickly 🤍 🛍 Support me with your Amazon purchases: 🤍 ⚖ As full disclosure, I use affiliate links above. Purchasing through these links gives me a small commission to support videos on this channel the price to you is the same. #stratvert

SQL Server Performance Essentials – Full Course

154961
4289
136
04:03:27
17.05.2022

In this course, Essentials of SQL Server Performance For Every Developer, you will see how to diagnose what is happening with a slow running SQL statement and what strategies are available to make these statements run faster. By the end of this course, you as an application developer will have the tools you need to troubleshoot performance problems you may encounter when using SQL Server. 💻 Code, links, Dynamic Views(DMVs), and Database Backups: 🤍 ✏️ Course from Rajan Arora. Check out his channel: 🤍 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction Getting Started ⌨️ (0:00:53) 1.1 Course Introduction ⌨️ (0:04:07) 1.2 Why Developers should Understand SQL Performance ⌨️ (0:06:20) 1.3 Tools you Need ⌨️ (0:09:30) 1.4 Restore the Sample Database ⌨️ (0:12:04) 1.5 Table Concept ⌨️ (0:17:12) 1.6 Index Concept ⌨️ (0:20:32) 1.7 Summary Analyzing SQL Statements for Performance ⌨️ (0:22:12) 2.1 Introduction ⌨️ (0:24:55) 2.2 Understanding How SQL Server Will Execute a SQL Statement ⌨️ (0:29:33) 2.3 Reading and Interpreting an Execution Plan for a SQL Statement ⌨️ (0:39:44) 2.4 Getting Execution Statistics for a SQL Statement ⌨️ (0:45:29) 2.5 Improving Statement Performance by Adding an Index ⌨️ (0:52:11) 2.6 Rewriting SQL Statements for Improved Performance ⌨️ (0:58:32) 2.7 Common Execution Plan Operations ⌨️ (1:03:50) 2.8 Summary Building Indexes ⌨️ (1:07:30) 3.1 Introduction ⌨️ (1:09:09) 3.2 Index Terminology Refresher ⌨️ (1:12:11) 3.3 What Should I Index in My Database? ⌨️ (1:16:16) 3.4 Why Index Column Order Matters ⌨️ (1:23:39) 3.5 Index Selectivity Explained ⌨️ (1:36:23) 3.6 LIKE Clauses and Index Selectivity ⌨️ (1:40:27) 3.7 How Functions in the WHERE Clause Affect Indexes ⌨️ (1:46:10) 3.8 Include Columns and Covering Indexes ⌨️ (1:50:40) 3.9 Over-indexing ⌨️ (1:54:40) 3.10 Interpreting SQL Server Index Recommendations ⌨️ (1:57:38) 3.11 Summary Finding Bottlenecks in SQL Server Performance ⌨️ (2:03:19) 4.1 Introduction ⌨️ (2:08:36) 4.2 Getting Information About SQL Server Sessions and Resource Usage ⌨️ (2:12:02) 4.3 Finding What SQL Statements are Currently Executing ⌨️ (2:18:47) 4.4 Finding the Slowest, Most Expensive SQL Statements ⌨️ (2:24:13) 4.5 Getting SQL Server's Recommendations on Missing Indexes ⌨️ (2:29:38) 4.6 Finding Indexes That are Not Being Used ⌨️ (2:34:13) 4.7 Summary Capturing Trace Logs of Application from SQL Server ⌨️ (2:35:55) 5.1 Introduction ⌨️ (2:42:03) 5.2 Setting up a SQL Profiler Trace ⌨️ (2:49:59) 5.3 Running a SQL Profiler Trace ⌨️ (2:55:22) 5.4 Running a Trace as a Server Side Trace ⌨️ (3:03:19) 5.5 Introduction to Using Extended Events for SQL Tracing ⌨️ (3:06:58) 5.6 Setting up an Extended Events Trace Session ⌨️ (3:16:50) 5.7 Running and Configuring the Display Settings for an Extended Events Trace ⌨️ (3:20:38) 5.8 Analyzing Extended Events Trace Data ⌨️ (3:27:10) 5.9 Using Extended Events in SQL Azure ⌨️ (3:31:36) 5.10 Summary Apply Common Practices for Better Performance ⌨️ (3:35:47) 6.1 Introduction ⌨️ (3:37:17) 6.2 Use Parameterized SQL ⌨️ (3:42:59) 6.3 Are Stored Procedures Faster Than SQL in Application Code? ⌨️ (3:43:04) 6.4 Commit Behavior and Performance ⌨️ (3:50:16) 6.5 Object Relational Mappers Just Generate SQL ⌨️ (3:53:19) 6.6 Solving the N+1 Selects Problem ⌨️ (3:59:56) 6.7 Summary 🎉 Thanks to our Champion and Sponsor supporters: 👾 Raymond Odero 👾 Agustín Kussrow 👾 aldo ferretti 👾 Otis Morgan 👾 DeezMaster Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

How to Install Microsoft SQL Server & SSMS on Windows 10/11 [ 2023 Update ] Complete guide

300107
3057
253
00:08:10
09.01.2023

Hello Everyone! Today in this video I am going to step by step guide you on How to install Microsoft SQL Server for writing SQL queries on Windows 10/11. Windows (64-bit). Subscribe to Geeky Script Vlog Channel: 🤍 Geeky Script ( 🤍GeekyScript) is Computer Science - Educational Videos Creator 🎉 You can support by buying a coffee ☕️ here — 🤍 ✻ I really hope you find this video useful. ♥ ✻ Please click on the CC button to read the subtitles of this video. Installing Microsoft SQL Server 2019 is very easy. Just follow the following steps and there you go to create your first SQL database!! So let's begin. Step 1. To install Microsoft SQL Server 2019 first you just need to download .exe file from the following Link: 🤍 Step 2. After downloading Microsoft SQL Server 2019 run the .exe by double-clicking it. Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network. Step 3. You need to click the License agreement as shown in the video. Step 4. Now simply install all Microsoft SQL Server 2019 as shown in the video. Step 5. After installation, you need to install SQL Server Management Studio or SSMS. SO download it from the following link: 🤍 Step 6. Now after installation simply login into the server using windows authentication as shown in the video. Step 7. After making a connection now it's time to create your first SQL database. For that, simply type CREATE DATABASE yourdatabasename; And there you go!! The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets that run the Windows 10/11 operating system like Windows 10/11 Home, Windows 10/11 Professional, Windows 10/11 Enterprise, and Windows 10/11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung. #SQLserver #SQLinstallation #sqltutorial #Windows10/11 Topics addressed in this tutorial: How To Download And Install MySQL and Workbench IDE On Windows 10/11 64 bit OS How to install the Microsoft SQL Server 2019 on Windows 10/11 Install Microsoft SQL Server 2019 on Windows 10/11 How to Install Microsoft SQL Server 2019 and Get Started - MY RELATED VIDEOS: ✻ All about Android Studio: 🤍 ✻ All about PostgreSQL: 🤍 ✻ All about MongoDB: 🤍 ✻ All about MySQL: 🤍 ✻ All about WordPress: 🤍 ✻ All about Java Spring: 🤍 ✻ All about Maven: 🤍 ✻ All about eBook: 🤍 - THANK YOU so much for watching! Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :) - CONNECT WITH ME ON: ✻ Website: 🤍 ✻ LinkedIn: 🤍 ✻ Twitter: 🤍 ✻ Email: geekyscript🤍outlook.com ✻ YouTube channel: 🤍 -

SQL Server Tutorial For Beginners | Microsoft SQL Server Tutorial | SQL Server Training | Edureka

850522
9940
119
01:45:18
14.01.2020

🔥 Edureka SQL Server Certification Training (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎"): 🤍 This Edureka tutorial video on Microsoft SQL Server tutorial explains all the fundamentals of MS SQL Server with examples. The following are the topics covered in this Microsoft Server tutorial: 1:35 What is DBMS? 2:40 Types of DBMS 4:10 What is SQL? 5:25 What is SQL Server? 7:15 Features of SQL Server 10:30 SQL Server Installation 18:53 SQL Server Architecture 20:28 SQL Server Command Categories 21:18 SQL Server Data Types 22:53 DDL Commands 31:53 Keys in Database 33:13 Constraints in Database 40:00 DML Commands 1:15:47 Operators 1:28:07 Nested Queries 1:29:32 Joins 1:33:17 Stored Procedures 1:35:32 DCL Commands 1:37:52 TCL Commands 1:41:47 Exception Handling Subscribe to our Edureka YouTube channel and hit the bell icon to get video updates: 🤍 Edureka Community: 🤍 Instagram: 🤍 Facebook: 🤍 Twitter: 🤍 LinkedIn: 🤍 SlideShare: 🤍 - #Edureka #EdurekaSQL #sqlservertutorial #sqlserver #microsoftsqlserver #sqlservertutorialforbeginners #sqltraining How does it work? 1. This is a 4 Week Instructor-led Online Course. 2. The course consists of 24 hours of online classes, 25 hours of assignment, 20 hours of project 3. 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. 4. You will get Lifetime Access to the recordings in the LMS. 5. At the end of the training, you will have to complete the project based on which we will provide you with a Verifiable Certificate! - - - - - - - - - - - - - - About the Course MySQL DBA Certification Training trains you on the core concepts & advanced tools and techniques to manage data and administer the MySQL Database. It includes hands-on learning on concepts like MySQL Workbench, MySQL Server, Data Modeling, MySQL Connector, Database Design, MySQL Command line, MySQL Functions etc. End of the training you will be able to create and administer your own MySQL Database and manage data. - - - - - - - - - - - - - - Who should go for this course? This course can be beneficial for people having the below professional background: Database Developers Application Developers Database Designers Database Administrators - - - - - - - - - - - - - - Project In the project you will be creating a Database using MySQL on SALARY MANAGEMENT SYSTEM :- • Employee list to be maintained having id, name, designation, experience • Salary details having employee id, current salary • Salary in hand details having employee id, CTC salary, pf deduction or any other deduction and net salary to be given and also maintain details of total savings of employee • Salary increment to be given by next year if any depending upon constraints • Deduction in monthly salary if any depending upon any discrepancy in work and amount to be deducted. - - - - - - - - - - - - - - Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. Please write back to us at sales🤍edureka.in or call us at IND: 9606058406 / US: 18338555775 (toll-free) for more information.

SQL Server Tutorial For Beginners | SQL Server: Understanding Database Fundamentals | Simplilearn

23688
314
9
00:25:17
04.05.2022

Become A Data Scientist Today: 🤍 *Note: 1+ Years of Work Experience Recommended to Sign up for Below Programs⬇️ 🔥Post Graduate Program In Data Analytics: 🤍 🔥IIT Kanpur Professional Certificate Course In Data Analytics (India Only): 🤍 🔥Caltech Data Analytics Bootcamp(US Only): 🤍 🔥Data Analyst Masters Program (Discount Code - YTBE15): 🤍 This video will introduce you to SQL Server. The tutorial will give you insights into the usage of SQL Server. You will get to know about SQL Server editions. Further, you will learn about the advantages of SQL Server Instances. The demonstration examples will educate you more on the topic. The following topics are covered in the tutorial: What is SQL Server? Usage of SQL Server SQL Server Editions Advantages of SQL Server Instances Hands-on Demonstration ✅Subscribe to our Channel to learn more about the top Technologies: 🤍 ⏩ Check out the Design Thinking training videos: 🤍 #SQLServerTutorialForBeginners #SQLServer:UnderstandingDatabaseFundamentals #SQLServerInstallation #SQLServerManagementStudio #SQLCommands #MySQLExplained #Simplicode 🔥Explore our FREE Courses: 🤍 ➡️ About Post Graduate Program In Data Analytics This Data Analytics Program is ideal for all working professionals and prior programming knowledge is not required. It covers topics like data analysis, data visualization, regression techniques, and supervised learning in-depth via our applied learning model with live sessions by leading practitioners and industry projects. ✅ Key Features - Post Graduate Program certificate and Alumni Association membership - Exclusive hackathons and Ask me Anything sessions by IBM - 8X higher live interaction in live online classes by industry experts - Capstone from 3 domains and 14+ Data Analytics Projects with Industry datasets from Google PlayStore, Lyft, World Bank etc. - Master Classes delivered by Purdue faculty and IBM experts - Simplilearn's JobAssist helps you get noticed by top hiring companies - Resume preparation and LinkedIn profile building - 1:1 mock interview - Career accelerator webinars ✅ Skills Covered - Data Analytics - Statistical Analysis using Excel - Data Analysis Python and R - Data Visualization Tableau and Power BI - Linear and logistic regression modules - Clustering using kmeans - Supervised Learning 👉 Learn More at: 🤍 🔥Caltech Data Analytics Bootcamp(US Only): 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688 🎓Enhance your expertise in the below technologies to secure lucrative, high-paying job opportunities: 🟡 AI & Machine Learning - 🤍 🟢 Cyber Security - 🤍 🔴 Data Analytics - 🤍 🟠 Data Science - 🤍 🔵 Cloud Computing - 🤍

SQL Tutorial - Full Database Course for Beginners

16458154
314188
10661
04:20:39
02.07.2018

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 - 🤍 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: 🤍 🔗Company Database Code: 🤍 ⭐️ 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: 🤍 🐦Follow Mike on Twitter: 🤍 🔗The Giraffe Academy website: 🤍 Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

SQL Server Management Studio (SSMS) | Full Course

428075
5899
159
01:22:44
13.03.2021

In this comprehensive video you will learn the features of SQL Server Management Studio (SSMS). You will start with connecting SSMS to SQL Server and then start navigating and writing SQL queries. You will learn about the many feature of SQL Server Management Studio. Install SQL Server Developer Edition: 🤍 Install SQL Server Management Studio (SSMS) 🤍 SQL Server Management Studio (SSMS) | Full Course TABLE OF CONTENTS 0:00 - Intro 0:26 - Installing SSMS 0:09 - Introduction and Prerequisites 1:19 - Connecting to SQL Server 3:15 - Multiple Connections 4:12 - Different Types of Connections 6:08 - Object Explorer 8:51 - Opening a Query Window 9:33 - Exploring the Query Window 10:54 - Executing SQL 12:43 - Executing SQL with F5 13:18 - SQL Intellisense/Autocomplete 14:30 - Multiple SQL Statements 16:04 - RowCount 16:49 - Multiple Query Windows 17:17 - Database Objects in the Object Explorer 18:10 - Dragging a Table into SQL 18:31 - Back to Rowcount 19:13 - Scripting a Table to a New Window 20:54 - Scripting a View to the Clipboard 22:07 - Errors and Red Squiggly Underlines 22:23 - Intellisense - Refresh Local Cache 24:14 - Altering a View 24:45 - Saving Files 25:41 - Opening a File 26:24 - Docking a Window 27:12 - Previewing Records 27:29 - Editing Rows 29:23 - Creating a New Table 29:51 - Properties Window 30:44 - Refreshing the Object Explorer 31:18 - Scripting from an Object Window 32:07 - Script Table as Insert 33:01 - Dragging Columns into Query 33:52 - View Dependencies 34:24 - Table Properties 35:00 - View Designer 35:52 - View Dependencies 36:44 - Script a Stored Procedure 37:36 - Script the Execute of a Stored Procedure 38:14 - Scripting a Function 39:01 - Database Security 40:06 - Server Security 41:50 - Other Server Folders 42:30 - Job Activity Monitor 43:48 - Job Activity Monitor - Auto Refresh 44:32 - Actual Execution Plan 45:52 - Live Statistics 46:14 - Include Client Statistics 47:01 - Parse Query 47:50 - Estimated Execution Plan 48:36 - Query Options 49:23 - Results to Grid, Text, and File 50:12 - Copy Results to Excel 51:38 - Code Snippets 53:41 - Surround With 54:22 - Other Right Click Options 55:58 - Pinning Windows 56:21 - Template Browser 1:00:12 - Adding Custom Templates 1:01:19 - SQL Profiler 1:04:34 - Azure Data Studio 1:05:27 - Increasing Grid Fonts 1:07:27 - Line Numbers and Line Wrap 1:09:16 - Query Shortcuts 1:10:02 - SP_Help 1:10:54 - Projects and Solutions 1:12:34 - Vertical Editing 1:14:04 - Help Documentation - F1 1:14:52 - Splitting the Query Editor 1:15:51 - Object Explorer Details 1:17:31 - Registered Servers 1:19:40 - Database Reports 1:20:23 - Color Coded Connections 1:21:39 - Conclusion YOUTUBE NEWS UPDATES 🤍 VISIT SQLTRAININGONLINE.COM FOR MORE VIDEO NEWS & TIPS 🤍 SUBSCRIBE FOR OTHER SQL TIPS AND NEWS! 🤍 SUBSCRIBE TO OUR EMAIL LIST! 🤍 LET'S CONNECT! LinkedIn: 🤍 SQLTrainingOnline: 🤍

15 Clausula IF | IF-ELSE | IF-EXISTS en SQL Server ⚡ Condicionales en SQL Server ⚡ Curso de SQL 2023

61
7
1
00:16:23
03.10.2023

⚡ ATENCIÓN 🤟 ▷Sentencias IF, IF-ELSE e IF-EXISTS en SQL Server: Guía completa. ⚡En SQL Server, las sentencias IF, IF-ELSE e IF-EXISTS son herramientas poderosas que nos permiten realizar acciones condicionales y tomar decisiones basadas en valores o condiciones específicas. Exploraremos en detalle cada una de estas sentencias y aprenderemos cómo usarlas correctamente en diferentes escenarios. Desde la ejecución de bloques de código según condiciones específicas hasta la verificación de la existencia de objetos en la base de datos, descubriremos cómo aplicar eficientemente IF, IF-ELSE e IF-EXISTS en nuestras consultas SQL. 📌 Parte escrita en: 🤍 😁 Sígueme: 🤍 🤍 📌 Capítulos del curso 1 💡 Lenguaje SQL ▷▷ 🤍 2 💡 CREATE, ALTER Y DROP DATABASE ▷▷ 🤍 3 💡 CREATE, ALTER Y DROP TABLE ▷▷ 🤍 4 💡 SELECT SQL ▷▷ 🤍 5 💡 INSERT SQL ▷▷ 🤍 6 💡 JOIN SQL ▷▷ 🤍 7 💡 UPDATE SQL ▷▷ 🤍 8 💡 DELETE Y TRUNCATE SQL ▷▷ 🤍 9 💡 STORED PROCEDURE ▷▷ 🤍 10 💡 Conexión Remota SQL Server ▷▷ 🤍 11 💡 Connection String en SQL Server ▷▷ 🤍 12 💡 SQL Server Función SUBSTRING ▷▷ 🤍 13 💡 CASE en SQL Server ▷▷ 🤍 14 💡 SQL Server REPLACE ▷▷ 🤍 15 💡 IF, IF-ELSE e IF-EXISTS en SQL Server ▷▷ 🤍 📌 Otros cursos recomendados 💡 Curso de base de datos ▷▷ 🤍 💡 Curso de PHP con MySQL ▷▷ 🤍 ¿Qué es y para qué sirve la sentencia IF en SQL Server? La sentencia IF nos permite ejecutar un bloque de código si una condición especificada es verdadera. ¿Qué es y para qué sirve la sentencia IF-ELSE en SQL Server? La sentencia IF-ELSE es una extensión de la sentencia IF y se utiliza para ejecutar un bloque de código si una condición es verdadera y otro bloque de código si la condición es falsa. ¿Qué es y para qué sirve la sentencia IF-EXISTS en SQL Server? La sentencia IF-EXISTS se emplea para verificar la existencia de objetos en la base de datos, como tablas, vistas o procedimientos almacenados. Sintaxis de la Sentencia IF en SQL Server IF condición BEGIN Bloque de código a ejecutar si la condición es verdadera END Sintaxis de la Sentencia IF-ELSE en SQL Server IF condición BEGIN Bloque de código a ejecutar si la condición es verdadera END ELSE BEGIN Bloque de código a ejecutar si la condición es falsa END Sintaxis de la Sentencia IF EXISTS en SQL Server IF EXISTS (SELECT columna FROM tabla WHERE condición) BEGIN Bloque de código a ejecutar si la consulta devuelve algún resultado END ELSE BEGIN Bloque de código a ejecutar si la consulta no devuelve ningún resultado END Sintaxis de sentencias IF anidadas en SQL Server IF condicion1 Bloque de código si se cumple condicion1 IF condicion2 Bloque de código si se cumple condicion2 ELSE Bloque de código si NO se cumple condicion2 ELSE Bloque de código si NO se cumple condicion1 IF condicion3 Bloque de código si se cumple condicion3 ELSE Bloque de código si NO se cumple condicion3 Otro código si es necesario #SQL #if #ifelse #ifexists 📌 Índice 00:00 Introducción 00:53 ¿Qué es y para qué sirve la sentencia IF en SQL Server? 01:17 ¿Qué es y para qué sirve la sentencia IF-ELSE en SQL Server? 01:33 ¿Qué es y para qué sirve la sentencia IF-EXISTS en SQL Server? 01:54 Sintaxis de la Sentencia IF en SQL Server 02:51 Ejemplo de Sentencia IF en SQL Server 04:31 Sintaxis de la Sentencia IF-ELSE en SQL Server 05:06 Ejemplo de Sentencia IF-ELSE en SQL Server 05:59 Sintaxis de la Sentencia IF EXISTS en SQL Server 06:49 Ejemplo de Sentencia IF EXISTS en SQL Server: validar si existe una tabla 09:22 Ejemplo de Sentencia IF EXISTS en SQL Server 11:10 ¿Cómo anidar varias sentencias IF o IF-ELSE?: Sintaxis de sentencias IF anidadas en SQL Server 11:36 Ejemplo de sentencias IF anidadas 12:52 ¿Cómo utilizar CASE como alternativa a IF para múltiples condiciones? 13:08 Ejemplo de uso de la cláusula CASE en lugar de sentencias IF anidadas 14:30 Consideraciones de rendimiento IF 15:51 Despedida

you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)

1077451
35919
1561
00:24:25
17.08.2022

Keep your database of accounts and passwords secure by using DashLane! Sign up now at 🤍 and use the code networkchuck50 to get 50% off dashlane at checkout! We know databases sound scary, but luckily NetworkChuck is here to hold your hand as he walks you through the mystical world of relational databases. He will show you how to use the love language of relational databases, SQL. You will even learn how to create your very own database! So buckle in, grab a cup of coffee and get ready to conquer your fear of databases! Walkthrough/Commands ⏩🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 Sponsored by Dashlane SUPPORT NETWORKCHUCK - ➡️NetworkChuck membership: 🤍 ☕☕ COFFEE and MERCH: 🤍 Check out my new channel: 🤍 🆘🆘NEED HELP?? Join the Discord Server: 🤍 STUDY WITH ME on Twitch: 🤍 READY TO LEARN?? - -Learn Python: 🤍 -Get your CCNA: 🤍 FOLLOW ME EVERYWHERE - Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Join the Discord server: 🤍 0:00 ⏩ Intro 3:06 ⏩ What is SQL? 7:02 ⏩ Let’s make our own database! 10:36 ⏩ and let’s add some tables 16:47 ⏩ Challenge: create some tables by yourself 19:33 ⏩ Let’s remove the imposter in our data! 20:20 ⏩ How do I update my tables? 21:05 ⏩ What if I want to change the order? 21:42 ⏩ How to alter your table 23:39 ⏩ This puts the relation in relational databases 24:19 ⏩ Outro AFFILIATES & REFERRALS - (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 Do you want to know how I draw on the screen?? Go to 🤍 and use code NetworkChuck to get 20% off!! #SQL #Database #Relational

SQL Server Management Studio Intro

519626
3492
59
00:07:46
07.06.2016

A brief introduction to SQL Server Management Studio, for beginners. Covers the main user interface windows, and some basic tasks.

SQL en 30 segundos ⏰

17528
1305
15
00:00:38
08.09.2022

Te explico de manera sencilla que es SQL. #programacion #javascript #react #reactjs #webdevelopment #frontenddeveloper #programmingtricks #SQL #sqlserver

SQL Server Crash course | Microsoft SQL Server Tutorial | From Absolute Beginners to Advanced

229078
3923
215
02:07:47
20.01.2021

This tutorial is about SQL Server Crash course in 2021. It is a complete crash course for those who are interested to learn SQL from Zero and reach till the advanced level. In this crash course, you will learn SQL concepts, using SQL to store and manage the data. This course is great for beginners and also for intermediates. This crash course will cover installing MySQL, connect to AdventureWorks2019, creating users, writing SQL queries with practical demonstrations, so you will not only understand the concepts but also master them practically. If you are looking for a career upgrade and a better salary, then this course is for you. This SQL Server crash course helps to learn SQL using Microsoft SQL Server but it will also help to master SQL if you want to learn Oracle SQL, MySql, PostgreSQL, SQLite, DB2, etc. 🔔 If you like the video, Please LIKE, Comment, and Subscribe to my YouTube channel 🤍 ⌚TimeStamp: 0:00 - Introduction 3:55 - Install MS SQL Server Developer edition 2019 7:12 - Install SSMS(SQL Server Management Studio) 11:12 - Download and Import AdventureWorks2019 database 19:47 - Connect to AdventureWorks2019 20:30 - SELECT Statement 22:47 - WHERE Clause in SQL Server 25:19 - Arithmetic operators in SQL Server 30:36 - Combine Strings in SQL Server - Concatenation 32:38 - How to find Null values in SQL Server 34:20 - Logical operators - AND and OR Operators in SQL Server 36:40 - BETWEEN & IN Operators in SQL 39:40 - LIKE Operator in SQL 42:21 - ORDER BY Clause in SQL 46:46 - GROUP BY Clause in SQL 52:14 - String Functions in SQL Server 57:22 - Date Functions in SQL Server 59:38 - HAVING Clause 1:04:32 - SubQuery 1:07:42 - UNION and UNION ALL operators 1:10:23 - INNER Joins 1:14:57 - LEFT Join 1:19:26 - RIGHT Join 1:21:55 - FULL JOIN 1:24:06 - Data Types in SQL Server 1:31:18 - CREATE Table Statement 1:38:40 - CREATE Table with constraints 1:50:54 - INSERT Statement 1:56:51 - UPDATE Statement 1:59:42 - ALTER Statement 2:03:55 - DELETE Statement 2:06:19 - DROP Statement 2:07:00 - Wrap up #SQLServerCrashCourse #SQLServerTutorial #SQLCourse #SQLTutorial #SQLCrashCourse #SQLServerCourse #MicrosoftSQL #MicrosoftSQLServerCourse #SQLServer 🚩Let’s connect on social: Website: 🤍 Facebook: 🤍 Twitter: 🤍 LinkedIn: 🤍

Learn Basic SQL in 15 Minutes | Business Intelligence For Beginners | SQL Tutorial For Beginners 1/3

1524629
38393
874
00:17:40
11.11.2020

WATCH PART 2 HERE: 🤍 WATCH PART 3 HERE: 🤍 NEW NAVICAT TUTORIAL - 🤍 In this SQL tutorial for beginners, you'll learn how to write basic SQL queries to ask for data from databases in just 15 minutes. To become a business intelligence analyst, you'll need to know this valuable skill! Here I'll teach you what is SQL. What you learn over the course of these videos can be applied to MySQL, PostgreSQL, SQL Server and others. ☕️ WANT TO SAY A QUICK THANK YOU? Why not Buy Me A Coffee? Thanks for your support! 🤍 🔵 LEARNSQL.COM A comprehensive set of 56 hands-on online SQL courses for teams and individuals 🤍 🎓 SKILLSHARE - Get a 30-day free trial of Skillshare Premium! 🤍 ✅ Navicat - Get 5% Off With This Link 🤍 📊 DATA HUBS FOR GOOGLE DATA STUDIO, EXCEL AND MORE: Power My Analytics: 🤍 Supermetrics: 🤍 🔴 Don't forget to subscribe: 🤍 00:00 Introduction 01:12 Why learn SQL for BI? 02:22 Tutorial start 03:43 SQL SELECT statement 05:07 AS field alias 05:32 WHERE clause 09:54 ORDER BY clause 10:54 INNER JOIN 13:08 Aliasing tables 14:00 GROUP BY clause 15:58 HAVING clause 16:49 Outro 🙏 SUPPORT THE CHANNEL 🙏 Paypal Donations - 🤍 👀 RECOMMENDED WATCHING 👀 - Business Intelligence For Beginners Playlist 🤍 🎓 VITAMIN BI EDUCATION ONLINE COURSES 🎓 LEARN BUSINESS INTELLIGENCE WITH DATA STUDIO 🤍 🛠 TOOLS AND SERVICES I RECOMMEND 🛠 🧰 The tool I use to help me manage my channel, get video ideas, rank videos and more: 🤍?afmc=7ho 📹 Everything I use to make videos and stream: 🤍 📖 ⬇️ FREE EBOOKS TO DOWNLOAD ⬇️ 📖 7 Steps to Landing Your First BI Analyst Job 🤍 7 Top Tips For Better Dashboard Design 🤍 The Skills You Need To Succeed In Business Intelligence 🤍 📖 THE DATA VISUALISATION BIBLE 📖 🤍 🎥 MY YOUTUBE GEAR My Camera - 🤍 Most Used Lens - 🤍 B-Roll Lens - 🤍 Main Tripod - 🤍 Vlogging Tripod - 🤍 Main Key Light - 🤍 Softbox - 🤍 LED Panel Kit - 🤍 Teleprompter - 🤍 Main Microphone - 🤍 Mic Boom Arm - 🤍 Lavelier Microphone - 🤍 C-Stands - 🤍 Computer - 🤍 Disclaimer: Some of these links go to one of my websites and some are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you. It really helps support the channel so thanks in advance if you do use them 🙏 ✅ LET'S CONNECT: For business inquiries visit 🤍 Sign up for my mailing list to be the first to hear about new videos and special offers 🤍 Twitter - 🤍learnbi_online Facebook - 🤍learnbionline Get the database here - 🤍 mysql #sqltutorial #sql #learnsql

Intro To SSMS - Get to know SQL Server Management Studio

40381
801
58
00:50:08
12.09.2022

SQL Server is an important database to understand as a developer, not just as a C# developer. In fact, it is one of the most popular requirements on job listings for developers. So I thought we would take some time and dive into some important parts of SQL. In this lesson, we will look at SQL Server Management Studio. We will look at what it is, how to use it, and why it is valuable to understand when working with SQL. Full Training Courses: 🤍 Download SSMS: 🤍 Download SQL Server: 🤍

SQL Server 1 - Intro to SQL Server

192205
4305
121
00:09:23
10.12.2016

💯 FREE Courses (100+ hours) - 🤍 🐍 Python Course - 🤍 ✅ Data Structures & Algorithms - 🤍 ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~ ✉️ Newsletter - 🤍 📸 Instagram - 🤍 🐦 Twitter - 🤍 🔗 LinkedIn - 🤍 ▶️ Subscribe - 🤍 👨🏻‍🎓 Courses - 🤍 ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~ ↪ My Amazon Store - 🤍 🅿 Patreon - 🤍 🅖 GitHub Sponsors - 🤍 Ⓟ Paypal - 🤍 🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq 🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853 📈 Buy Bitcoin - 🤍 Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - 🤍

SQL Training | SQL Tutorial | Intellipaat

1712417
25990
869
03:08:06
14.06.2019

👉In this SQL training video you will learn end to end about ms sql developer & server. This SQL tutorial is all you need to get started with this technology. 🔥Intellipaat SQL course: 🤍 #SQLTraining #SQLTutorialforBeginners #SQLTutorial 📝Following topics are covered in this SQL Tutorial video: 0:00 - sql training 01:07 - what is a database 01:28 - database management system 03:37 - introduction to sql 04:57 - sql server installation 09:26 - tables in sql 11:05 - how to select a database from existing list 12:35 - data types in sql 13:09 - different datatypes in sql 16:04 - constraints in sql 17:58 - how to create a table in sql 24:53 - select statement syntax 27:50 - select distinct syntax 29:18 - where clause 32:06 - and, or, not operator 39:01 - like , between operator 43:30 - functions in sql 58:59 - order by and top clause 56:40 - group by statement 01:06:23 - delete statement 01:09:21 - inner join 01:14:10 - left join 01:17:46 - right join 01:21:08 - full join 01:27:39 - delete using join 01:29:40 - union operator 01:36:05 - views in sql 01:41:30 - merge table 01:47:12 - types of user defined function 01:53:38 - temporary table 02:01:22 - iif() function 02:07:39 - stored procedure 02:10:18 - exception handling 02:10:24 - try/catch 02:14:44 - transactions in sql 02:19:38 - database administrator 02:31:40 - backup & restore of databases 02:46:17 - dynamic management views 02:54:22 - performance monitoring 02:59:35 - data integrity 📌 Do subscribe to Intellipaat channel & get regular updates on videos: 🤍 📕 Read complete SQL Server tutorial here: 🤍 📔 Get SQL Server cheat sheet here: 🤍 📰 Interested to learn SQL still more? Please check similar SQL blogs here:- 🤍 Are you looking for something more? Enroll in our MS SQL Server course and become a certified SQL professional (🤍 It is a 16 hrs training where you can learn SQL through instructor led training provided by Intellipaat which is completely aligned with industry standards and certification bodies. If you’ve enjoyed this SQL for beginners, Like us and Subscribe to our channel for more similar informative SQL course tutorials. Got any questions about SQL training? Ask us in the comment section below. Intellipaat Edge 1. 24*7 Life time Access & Support 2. Flexible Class Schedule 3. Job Assistance 4. Mentors with +14 yrs 5. Industry Oriented Course ware 6. Life time free Course Upgrade Why should you watch this SQL tutorial for beginners video? The SQL is one of the most important programming languages for working on large sets of databases. Thanks to the Big Data explosion today the amount of data that enterprises have to deal with is humongous. We are offering the top SQL tutorial that can be watched by anybody to learn SQL. Our SQL tutorial has been created with extensive inputs from the industry so that you can learn SQL easily. Who should watch this SQL tutorial? If you want to learn structured query language to become fully proficient and expert in managing the database solutions, managing various operations on databases, migrating it to the cloud and scale on demand then this Intellipaat explanation on SQL is for you. This Intellipaat SQL beginners tutorial is your first step to learn SQL. Since this SQL video can be taken by anybody, so if you are a Software developers and IT professionals, SQL and database administrators, Project Managers, Business Analysts and Managers, Business Intelligence professionals, Big data and Hadoop professionals or someone aspiring for a career in SQL development then you can also watch this SQL tutorial to take your skills to the next level. Why should you opt for a SQL career? SQL optimization has always been a popular topic in database management. SQL Database optimization can be an extremely difficult task, in particular for large-scale data wherever a minute variation can result or impact drastically on the performance. So learning this skill will definitely help you grab the best jobs in top MNCs after finishing Intellipaat SQL online training. The entire Intellipaat SQL course is in line with the industry needs.There is a huge demand for SQL certified professional. The salaries for SQL professional are very good. Hence this Intellipaat SQL database tutorial for beginners is your stepping stone to a successful career! For more Information: Please write us to sales🤍intellipaat.com, or call us at: +91- 7847955955 Website: 🤍 Facebook: 🤍 LinkedIn: 🤍 Twitter: 🤍

[[ 8.5 HOURS ]] Complete SQL End to End - SQL Server Tutorial { End to End } Full Course Beginners

506218
11705
382
08:29:20
17.01.2022

This FULL course in SQL, In this video will cover how to write SQL using MS SQL Server and SQL Server Management Studio. We go through Creating a Database, Creating Tables, Inserting, Updating, Deleting, Selecting, Grouping, Summing, Indexing, Joining, and every basic you need to get starting writing SQL. #SQL #SQLServer #SQLTutorials ▬▬▬▬▬▬▬▬ SQL SERVER - Tutorials - FULL COURSE ▬▬▬▬▬▬▬▬ 1) 00:00 - Introduction About the Complete Free SQL Course 2) 02:46 - Why we need Database 3) 16:31 - What is DBMS 3.1 What is MS SQL Server 4) 30:42 - Installation Link 5) 34:14 - SQL Server Demo 5.1 Creating Database 5.2 Exploring SSMS 5.3 SQL Server Service 6) 51:07 - System database 7) 54:37 - SQL (Structured Query Language) 7.1 DDL ( Create, Alter, Drop ) 7.2 DML ( Insert, Update, Delete) 7.3 DQL (Select) 7.4 Datatype in SQL 8) 01:31:00 - Constraints 8.1 Not Null, Unique 8.2 Check, Default, 9) 01:58:14 - Primary Key, Foreign Key 10) 02:34:00 - SQL Queries 10.1 Select, Where, Order by 10.2 Distinct 11) 02:59:23 - String and Arithmetic Functions 11.1 Logical Conditions 11.2 Like (Pattern search) 12) 03:29:05 - SQL Operators and Aggregate Function 13) 03:58:45 - SQL Join 13.1 Left / Right/ Inner / Full 14) 05:24:30 - Set Operations 14.1 Union / Intersect / Except 15) 05:33:16 - DBA | Security | User Access 16) 06:10:47 - PL SQL and Views 16.1 Stored Procedures |Functions 16.2 Views | CTE | Temp tables 17) 07:24:47 - Triggers / Cursors 18) 07:57:41 - Indexing 18.1 Clustered / Non clustered How to install SQL Server DBMS 🤍 Video to install Sample Databases 🤍 ✉ Business Queries / Analytics Consulting ✉ : analyticswithnags🤍gmail.com 💬 For Learners Post queries and Interact 💬 Telegram Channel - 🤍 LinkedIn Page - 🤍 Complete Playlists Power BI Tutorials - Complete Playlist 📚📖 🤍 Power BI Desktop Tips and Tricks 📚📖 🤍 Power BI DAX - Complete Playlist 📚📖 🤍 Power BI Services Playlist 📚📖 🤍 Power BI Project Dashboards - Power BI Realtime Projects - Playlist 📚📖 🤍 Data Warehouse Tutorials 📚📖 🤍 SQL Full Course | SQL Tutorial For Beginners 📚📖 🤍 SSAS Tutorials - SQL Server Analysis Services 📚📖 🤍 SSIS Tutorials - SQL Server Integration Services 📚📖 🤍 Power BI Interview Topics 📚📖 🤍 MSBI (SSIS,SSAS,SSRS) Interview Topics 📚📖 🤍 Excel for Data Analysis 📚📖 🤍 Power BI + R 📚📖 🤍 Azure for Analytics - Complete Tutorials 📚📖 🤍 Catch with Nags 📚📖 🤍 Nags Checklist 📚📖 🤍 Visuals with Nags 📚📖 🤍

How to install Microsoft SQL Server 2022 on Windows 10

144987
1466
139
00:05:58
14.02.2023

Learn how to install Microsoft SQL Server 2022 on Windows 10. With that, we will also install SQL Server Management Studio. Download SQL Server: 🤍 SQL Tutorial: 🤍 #SQLServer2022 #SQLServerManagementStudio #AmitThinks - 👉 Follow me LinkedIn - 🤍 Instagram - 🤍 Telegram - 🤍 ✔️ Website - 🤍 ► Get SkillShare - 1 Free Month 🤍 - ► Top Free Video Tutorials Python Tutorial (English)⭐️ 🤍 Python Tutorial (Hindi)⭐️ 🤍 Google Colab Tutorial ⭐️ 🤍 Anaconda Tutorial ⭐️ 🤍 PyCharm Tutorial ⭐️ 🤍 MySQL Tutorial ⭐️ 🤍 SQL Tutorial ⭐️ 🤍 VS Code Tutorial ⭐️ 🤍 Visual Studio Tutorial ⭐️🤍 HTML Tutorial ⭐️ 🤍 Bootstrap Tutorial: 🤍 VS Code Tutorial: 🤍 Visual Studio Tutorial: 🤍 ► Free Notes (Downloadable) Python ⭐️ 🤍 Numpy ⭐️ 🤍 Pandas ⭐️ 🤍 Matplotlib ⭐️ 🤍 Java ⭐️ 🤍 C ⭐️ 🤍 C ⭐️ 🤍 Numpy ⭐️ 🤍 Android ⭐️ 🤍 HTML5 ⭐️ 🤍 PHP ⭐️ 🤍 WordPress ⭐️ 🤍 Drupal ⭐️ 🤍 Magento ⭐️ 🤍 Computer Networks ⭐️ 🤍 Bootstrap⭐️ 🤍 ► Free Interview QA Python🔥🤍 Java 🔥🤍 Android🔥🤍 ReactJS🔥🤍 Bootstrap 🔥🤍 SQL 🔥🤍 MongoDB 🔥🤍 MySQL 🔥🤍 ► Attempt Quizzes Android Quiz🔥 🤍 PHP Quiz 🔥🤍 CSS Quiz 🔥🤍 jQuery Quiz 🔥🤍 C Quiz 🔥🤍 C Quiz 🔥🤍 JAVA Quiz 🔥🤍 HTML5 Quiz 🔥🤍 👉 About Amit Thinks YouTube Channel I am Amit Diwan, a self-made Entrepreneur, running "Amit Thinks", a Tech YouTube Channel. Also running an E-Learning website "studyopedia.com". We publish videos in English and Hindi on Programming, Databases, and Web Dev Technologies. I have left a job offer from Accenture and 3 government jobs to follow my dream of being an entrepreneur. ► Subscribe 🤍

SQL Tutorial for Beginners (and Technical Interview Questions Solved)

166191
4984
109
05:25:39
09.05.2023

Welcome to this comprehensive SQL tutorial course. This course covers the basics of relational databases and SQL, including setting up MySQL, inserting data, and working with aggregation, grouping, and pagination in SQL queries. It also covers advanced topics such as combining tables using joins, executing SQL queries using Python and SQL Alchemy, and solving technical interview questions. By the end of this course, you'll have the knowledge and confidence to excel in SQL. ✏️ Course created by🤍jovianhq Important Links 🔗 Relational Databases notebook - 🤍 🔗 Advanced SQL Aggregation & Joins notebook - 🤍 🔗 SQL data file: 🤍 A database is an organized collection of structured information, typically stored in the form of tables (rows & columns). Relational databases allow storing and retrieving different kinds of related information e.g. products, customers, and orders for an online shopping site. Structured Query Language or SQL (pronounced "sequel") is the most widely used language for interacting with relational databases, and is an essential skill for Data Science professionals. ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:28) Relational Databases & SQL ⌨️ (0:03:05) Setting up MySQL ⌨️ (0:29:23) Inserting Data into the Table ⌨️ (0:56:32) Practice Exercises ⌨️ (1:22:12) Aggregation, grouping & pagination in SQL queries ⌨️ (2:23:17) Mapping and Arithmetic Functions ⌨️ (2:54:53) Working with Dates ⌨️ (3:12:16) Combining Tables using Joins ⌨️ (3:30:14) Executing SQL queries using Python and SQL Alchemy ⌨️ (4:11:06) 3 step approach to Interview Questions ⌨️ (4:36:58) Interview Q - Apple ⌨️ (4:38:59) Interview Q - Linkedin ⌨️ (4:43:09) Interview Q - Meta ⌨️ (4:50:41) Interview Q - Uber ⌨️ (4:59:18) Interview Q - Amazon ⌨️ (5:07:27) Interview Q - Google 🎉 Thanks to our Champion and Sponsor supporters: 👾 davthecoder 👾 jedi-or-sith 👾 南宮千影 👾 Agustín Kussrow 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Justin Hual 👾 Otis Morgan Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

Learn SQL in 1 Hour - SQL Basics for Beginners

3491587
37551
1034
01:02:23
14.09.2017

A crash course in SQL. How to write SQL from scratch in 1 hour. In this video I show you how to write SQL using SQL Server and SQL Server Management Studio. We go through Creating a Database, Creating Tables, Inserting, Updating, Deleting, Selecting, Grouping, Summing, Indexing, Joining, and every basic you need to get starting writing SQL. PREREQUISITES You will need a database to practice on. The training uses SQL Server Developer Edition, but you can use MySQL, Oracle or any other relational database. Install SQL Server Developer Edition: 🤍 You will also need a tool to write the SQL that you will send to the database. You can use SQL Server Management Studio (SSMS), Oracle Developer, TOAD, PHPMyAdmin, or any other tool you would like. I am using SSMS in this video. Install SQL Server Management Studio (SSMS) 🤍 TABLE OF CONTENTS 00:00 - Intro 00:48 - Overview 03:27 - Discuss Management Studio 05:10 - Create Database 07:26 - Create Table 10:29 - Insert Data 17:43 - Select Statement 19:00 - Where Clause 22:25 - Update Statement 24:33 - Delete Statement 27:41 - Adding Comments 29:33 - Adding Columns 32:38 - Drop Table 33:17 - Add Primary Key 36:00 - Create Products Table 38:54 - Create Orders Table 45:37 - Foreign Keys 50:30 - Joins 56:50 - Functions/Group By READ THE ORIGINAL ARTICLE WITH SQL SCRIPTS HERE 🤍 YOUTUBE NEWS UPDATES 🤍 VISIT SQLTRAININGONLINE.COM FOR TONS MORE VIDEO NEWS & TIPS 🤍 SUBSCRIBE FOR OTHER SQL TIPS AND NEWS! 🤍 SUBSCRIBE TO OUR EMAIL LIST! 🤍 LET'S CONNECT! Facebook: 🤍 Twitter: 🤍 Linkedin: 🤍 SQLTrainingOnline: 🤍

MySQL vs Postgresql vs Microsoft SQL Server Management Tools | Which Option is Best?

101816
2252
258
00:16:05
17.05.2022

There are a lot of different SQL Management Tool options to choose from, but which one is right for you? In this video we take a high level look at the similarities and differences. MySQL Download: 🤍 MySQL Workbench Download: 🤍 Postgresql Download: 🤍 Pgadmin 4 Download: 🤍 SQL Server Download: 🤍 SQL Server Management Studio Download: 🤍 SUBSCRIBE! Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content! RESOURCES: Coursera Courses: Google Data Analyst Certification: 🤍 Data Analysis with Python - 🤍 IBM Data Analysis Specialization - 🤍 Tableau Data Visualization - 🤍 Udemy Courses: Python for Data Analysis and Visualization- 🤍 Statistics for Data Science - 🤍 SQL for Data Analysts (SSMS) - 🤍 Tableau A-Z - 🤍 *Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!* SUPPORT MY CHANNEL - PATREON/MERCH Patreon Page - 🤍 Alex The Analyst Shop - 🤍 Websites: Website: AlexTheAnalyst.com GitHub: 🤍 Instagram: 🤍Alex_The_Analyst *All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for* 0:00 Intro 1:14 High Level Comparison 3:44 MySQL User Interface and Features 5:43 Microsoft SQL Server User Interface and Features 10:08 Postgresql User Interface and Features 12:55 Overall Thoughts and Recommendations

MySQL Tutorial for Beginners [Full Course]

10142831
223567
8879
03:10:19
20.03.2019

MySQL tutorial for beginners - Learn MySQL, the world's most popular open source database. 🔥 Want to master MySQL? Get the full MySQL course: 🤍 👍 Subscribe for more SQL tutorials like this: 🤍 ⭐️Want to learn more from me? Check out these links: Courses: 🤍 Twitter: 🤍 Facebook: 🤍 Blog: 🤍 📕Get my FREE SQL cheat sheet: 🤍 📔Scripts to create the databases in this course: 🤍 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.

SQL Querying for Beginners Tutorial

187043
3162
182
02:45:17
07.01.2022

SQL Querying for Beginners Tutorial Get Ad-Free Training by becoming a member today! 🤍 Exercise Files: 🤍 SQL Express Download Link: 🤍 Northwindsql Link: 🤍 Northwind Alternate: 🤍 If you are having issues with the Northwind DB pleases delete lines 24 and 25 and execute. Who it's for: This course has been designed for individuals who wish to learn how to use SQL to query databases and extract information. What it is: SQL stands for Structured Query Language. It’s a common language for gathering, organizing, and exporting data stored in relational databases. What you'll learn: In this course, you’ll learn basic SQL usage and terminology, as well as how to execute simple queries and queries using criteria conditions. Next, you’ll learn how to summarize, organize, and export valuable query data and results. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 Exercise Files: 🤍 SQL Express Download Link: 🤍 Northwindsql Download Link: 🤍 If you are having issues with the Northwind DB pleases delete lines 24 and 25 and execute. For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 Introduction to SQL 0:30 Installing SQL Server 4:27 SQL Keyword Command Language and Hierarchy 8:26 Connecting to a SQL Database 13:35 Creating and Saving a Query 22:44 Using One or More Query Conditions 32:43 Applying AND OR Operators 40:36 NULL NOT NULL 46:48 Range of Values 49:28 Querying Data Using Wildcard Characters 58:04 Formatting Column Headings with Aliases 1:04:48 Formatting Query Data Results 1:10:06 Performing Date Calculations - DateDifDateAdd 1:14:10 Summarizing Data Using Aggregate Functions AVG COUNT SUM min max 1:22:39 Manipulating Text Results with String Functions CONCAT_SUBSTR 1:30:26 Sorting Data Order BY and GROUPBY 1:38:07 RANK and HAVING 1:46:24 Mathematical Financial Expressions 1:52:23 PIVOT 1:58:24 JOIN 2:07:27 Union ALL 2:20:30 Except Clause 2:26:30 Sub Queries 2:28:25 Exports 2:40:41 Conclusion 2:44:04 #SQL #Query (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.

SQL Server Full Course | SQL Server Tutorial For Beginners | Learn MySQL | Intellipaat

59883
1301
21
07:53:51
22.09.2022

Intellipaat Training courses: 🤍 🔵 Intellipaat SQL Server Course: 🤍 The most widely used open-source database program worldwide is MySQL, its popularity is increasing day by day. As a result, Intellipaat is back with yet another Big Live on SQL. The video is intended towards helping our members learn and grow. Please like and subscribe to our channel so that we can reach you with similar videos and free tutorials. 🔵What is SQL Server? Microsoft SQL Server is a relational database management system or RDBMS, that was created and advertised by the company. The foundation of SQL Server, like other RDBMS programs, is SQL, a widely used programming language for interacting with relational databases. Transact-SQL, also known as T-SQL, is a Microsoft implementation of SQL that includes a number of exclusive programming constructs. It is linked to SQL Server. 🔵 What is MySql? One of the most well-known technologies in the current big data ecosystem is MySQL. It is obvious that anyone involved with enterprise data or general IT should at least aim for a basic familiarity with MySQL given that it is frequently referred to as the most popular database and is currently enjoying widespread, effective use across all industries. When creating and maintaining anything from customer-facing web applications to potent, data-driven B2B services, MySQL is a critical component of many of the most well-liked software stacks. Intellipaat is a global online professional training provider. We are offering some of the most updated, industry-designed certification training programs which includes courses in Big Data, Data Science, Artificial Intelligence and 150 other top trending technologies. We help professionals make the right career decisions, choose the trainers with over a decade of industry experience, provide extensive hands-on projects, rigorously evaluate learner progress and offer industry-recognized certifications. We also assist corporate clients to upskill their workforce and keep them in sync with the changing technology and digital landscape. #sqlserverfullcourse #sqltutorialforbeginners #learnmysql #sql #sqlcourse #sqlserver #sqlservertutorial #sqlqueries #microsoftsqlserver #intellipaat 👇👇The following are covered in this video: 00:00:00 - Introduction to SQL Server 00:01:50 - Installation Guide and Brief Overview of SQL Server 00:35:13 - Creating, Using and Dropping Database in SQL 01:21:47 - Data Types Constraits in SQL 01:29:56 - Create Table, Select, Where and, OR and NOT Operator 02:12:27 - Numerical and Character Data Types 03:11:16 - Inner, Left, Right and Full Join in SQL 03:52:43 - Inset Intro, Update and Delete Statements in SQL 05:05:05 - Creating and Use Cases of Temporary Table 05:26:19 - Types of Functions in SQL 05:55:33 - Use Case of String, NULL and Aggregate Functions 06:25:13 - User Defined Function, Alter and Temporary Tables 06:52:43 - Case Statement, IF Function in SQL 07:11:20 - Complete Hands On and Important Interview Questions 📌 Do subscribe to Intellipaat channel & get regular updates on videos: 🤍 🔵 Why Learn SQL Server? Easy to Comprehend: Data that is stored in databases can be retrieved, managed, and accessed using Structured Query Language, also known as SQL. Due to their close resemblance to English, these questions are easy to comprehend. Quick Access: A user can quickly and easily access data whenever they need to. This is so that data can be organized and stored using SQL. The business can function more efficiently with such simple access to data. Intellipaat Edge 1. 24*7 Life time Access & Support 2. Flexible Class Schedule 3. Job Assistance 4. Mentors with +14 yrs 5. Industry Oriented Course ware 6. Life time free Course Upgrade For more information: Please write us to sales🤍intellipaat.com or call us at: +91-7847955955 Website: 🤍 Facebook: 🤍 Telegram: 🤍 Instagram: 🤍 LinkedIn: 🤍 Twitter: 🤍

How to Install SQL Server 2022 Express and SQL Server Management Studio SSMS - It's FREE to use.

28946
293
59
00:17:52
23.04.2023

Microsoft SQL Server 2022 Express is free to use, it is a data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications. SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, it is used to deploy, monitor, and upgrade the data-tier components used by your applications and build queries and scripts. SQL Server 2022 Express download Link: 🤍 SQL Server Management Studio (SSMS) 19 Link 🤍 For any support contact: Skype: Sachin.Samy WhatsApp: 🤍 Email: sachin🤍itcoh.com

How to Install Microsoft SQL Server 2019 & SSMS on Windows 10/11 [ 2023 Update ] Complete guide

408722
4096
325
00:09:03
30.01.2022

Hello Everyone! Today in this video I am going to step by step guide you on How to install Microsoft SQL Server 2019 for writing SQL queries on Windows 10/11. Windows (64-bit). Geeky Script ( 🤍GeekyScript) is Computer Science - Educational Videos Creator 🎉 You can support by buying a coffee ☕️ here — 🤍 ✻ I really hope you find this video useful. ♥ ✻ Please click on the CC button to read the subtitles of this video. Installing Microsoft SQL Server 2019 is very easy. Just follow the following steps and there you go to create your first SQL database!! So let's begin. Step 1. To install Microsoft SQL Server 2019 first you just need to download .exe file from the following Link: 🤍 Step 2. After downloading Microsoft SQL Server 2019 run the .exe by double-clicking it. Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network. Step 3. You need to click the License agreement as shown in the video. Step 4. Now simply install all Microsoft SQL Server 2019 as shown in the video. Step 5. After installation, you need to install SQL Server Management Studio or SSMS. SO download it from the following link: 🤍 Step 6. Now after installation simply login into the server using windows authentication as shown in the video. Step 7. After making a connection now it's time to create your first SQL database. For that, simply type CREATE DATABASE yourdatabasename; And there you go!! The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets which run the Windows 10/11 operating system like Windows 10/11 Home, Windows 10/11 Professional, Windows 10/11 Enterprise, Windows 10/11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung. #SQLserver #SQLinstallation #sqltutorial #Windows10/11 Topics addressed in this tutorial: How To Download And Install MySQL and Workbench IDE On Windows 10/11 64 bit OS How to install the Microsoft SQL Server 2019 on Windows 10/11 Install Microsoft SQL Server 2019 on Windows 10/11 How to Install Microsoft SQL Server 2019 and Get Started - MY RELATED VIDEOS: ✻ All about Android Studio: 🤍 ✻ All about PostgreSQL: 🤍 ✻ All about MongoDB: 🤍 ✻ All about MySQL: 🤍 ✻ All about WordPress: 🤍 ✻ All about Java Spring: 🤍 ✻ All about Maven: 🤍 ✻ All about eBook: 🤍 - THANK YOU so much for watching! Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :) - CONNECT WITH ME ON: ✻ Website: 🤍 ✻ LinkedIn: 🤍 ✻ Twitter: 🤍 ✻ Email: geekyscript🤍outlook.com ✻ YouTube channel: 🤍 -

SQL Explained in 100 Seconds

489973
22497
457
00:02:23
06.04.2021

Learn the fundamentals of Structured Query Language SQL! Even though it's over 40 years old, the world's most popular databases still run on SQL. Foreign key basics 🤍 #dev #database #100SecondsOfCode Draw SQL Diagrams 🤍 Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

SQL // Dicionário do Programador

116830
10939
188
00:08:47
12.08.2019

🤝 𝗛𝗢𝗦𝗧𝗚𝗔𝗧𝗢𝗥 → 🤍 Venha descobrir nesse vídeo o maravilhoso mundo do SQL, essa linguagem tão "velha" e ainda sim tão atual. Conheça os conceitos básicos por trás essa que é a linguagem utilizada em banco de dados relacionais. ▸ 𝗛𝗢𝗦𝗧𝗚𝗔𝗧𝗢𝗥 → Acesse: 🤍 → Cupom Exclusivo: CODIGOFONTE 📢 Vagas e Oportunidades: 🤍 📝 𝗟𝗶𝗻𝗸𝘀 𝗖𝗶𝘁𝗮𝗱𝗼𝘀 → Nosso vídeo de noSQL: 🤍 ☕ 𝗦𝗲𝗷𝗮 𝘂𝗺 𝗺𝗲𝗺𝗯𝗿𝗼 𝗱𝗼 𝗖𝗹𝘂𝗯𝗲 𝗱𝗼𝘀 𝗖𝗗𝗙𝘀 → 🤍 🎧 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁𝘀 → Dicionário do Programador: 🤍 → Vlog: 🤍 → Mão no Código: 🤍 → CDF na Estrada: 🤍 → CAC: 🤍 👕 𝗟𝗼𝗷𝗮 𝗖𝗗𝗙𝗧𝗩 → 🤍 🔔 𝗦𝗶𝗴𝗮 𝗮𝘀 𝗿𝗲𝗱𝗲𝘀 𝗱𝗼 𝗖𝗗𝗙𝗧𝗩 → Instagram: 🤍 → Grupo Facebook: 🤍 👓 𝗦𝗶𝗴𝗮 𝗼𝘀 𝗖𝗗𝗙𝘀 ▸ 𝗚𝗮𝗯𝗿𝗶𝗲𝗹 𝗙𝗿𝗼𝗲𝘀 → 🤍 → 🤍 ▸ 𝗩𝗮𝗻𝗲𝘀𝘀𝗮 𝗪𝗲𝗯𝗲𝗿 → 🤍 → 🤍 ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 𝑵ó𝒔 ❤ 𝒓𝒆𝒄𝒆𝒃𝒆𝒓 𝒑𝒓𝒆𝒔𝒆𝒏𝒕𝒆𝒔, 𝒄𝒂𝒓𝒕𝒂𝒔, 𝒃𝒓𝒊𝒏𝒅𝒆𝒔 𝒆 𝒎𝒊𝒎𝒐𝒔. Caixa Postal: 91735 - Cep: 25620-972 Petrópolis / RJ ❗ Edição e Áudio: RW Studio 🚫 Um vídeo do site Código Fonte - 🤍 #SQL#BancoDeDados #Linguagem

How I use SQL as a Data Analyst

702134
24677
839
00:15:30
28.01.2022

SQL for Data Science 👉🏼 🤍 Coursera Plus (7-day free trial) 👉🏼 🤍 Data Nerds!! Let's discuss how SQL is used in Data Science. For this, I cover the basics of how to use SQL; Additionally, we talk about popular database options (MySQL, PostgreSQL, SQLite, SQL Server, Oracle) and editors to use (VS Code, DBeaver, Access). Certificates & Courses Coursera Courses: 📜 Google Data Analytics Certificate (START HERE) 👉🏼 🤍 💿 SQL for Data Science 👉🏼 🤍 🧾 Excel Skills for Business 👉🏼  🤍 🐍 Python for Everybody 👉🏼 🤍 📊 Data Visualization with Tableau 👉🏼 🤍 🏴‍☠️ Data Science: Foundations using R 👉🏼 🤍 Coursera Plus Subscription (Monthly $59USD) 👉🏼 🤍 Coursera Plus Subscription (Annual $399USD) 👉🏼 🤍 👨🏼‍🏫 All courses 👉🏼 🤍 Build a Portfolio Online 👩🏻‍💻Build portfolio here 👉🏼 🤍 Rebate Code: "LUKE" My Portfolio 👉🏼 🤍 Books for Data Nerds 📚 Books I’ve read 👉🏼 🤍 📗 Data Science Must Read 👉🏼 🤍 📙 Tableau 👉🏼 🤍 📘 Power BI👉🏼 🤍 📕 Python 👉🏼 🤍 Tech for Data Nerds ⚙️ Tech I use 👉🏼 🤍 🪟Windows on a Mac (Parallels VM) 👉🏼 🤍 👨🏼‍💻 M1 Macbook Air (Mac of choice) 👉🏼 🤍 💻 Dell XPS 13 (PC of choice) 👉🏼 🤍 💻 Asus Vivo Book (Lowest Cost PC) 👉🏼 🤍 💻Lenovo IdeaPad (Best Value PC)👉🏼 🤍 Social Media / Contact Me 🙋🏼‍♂️Newsletter: 🤍 🌄 Instagram: 🤍 ⏰ TikTok: 🤍 📘 Facebook: 🤍 📥 Business Inquiries: luke🤍lukebarousse.com 00:00 Intro 00:44 Types of analysis w/ SQL 02:34 What is SQL? 03:14 How to query w/ SQL? 05:25 What database to use? 06:12 NoSQL vs SQL 07:09 SQL Course Recommendation 08:16 Where to keep database? 09:27 Cloud database options 10:14 SQL editors 11: 57 How I use SQL! 14:16 Suprise ending As a member of the Amazon, Coursera, Hostinger, Parallels, and Interview Query Affiliate Programs, I earn a commission from qualifying purchases on the links above. It costs you nothing but helps me with content creation. #datanerd #dataanalyst #datascience

SSMS Tutorial (SQL Server Management Studio) - Feature Demonstration

29557
371
29
00:13:46
29.11.2021

SSMS (SQL Server Management Studio) is a popular SQL editor that comes with SQL Server. It has a range of features that let you work with SQL and databases more effectively. Yes, it can run SQL and show the tables in your database, but you can do much more with it. In this video, you'll see a range of features of SSMS, starting with connecting to the database, and including running queries, scripting objects to SQL, and more. See the timestamps below for the full list of features included in the video. Timestamps: 00:00 Start 00:40 Connect 01:14 Main window 01:40 Object explorer 01:57 New query editor 02:58 Execute query 03:33 Object explorer refresh 04:51 Run multiple queries 05:18 Select query 05:37 Intellisense 07:38 New tab 08:56 Script new tab 09:58 Save script 10:28 Open script 10:50 Dock windows (tab groups) 11:40 Results to text, grid, or file 12:43 Copy to Excel /// RESOURCES Get my free SQL Cheat Sheets for Oracle, SQL Server, MySQL, and Postgres here: 🤍 SQL Roadmap: an overview of SQL topics, which is a great place to start: 🤍 Contact me here for questions, sponsorship requests, and more: 🤍 Want to take your database and SQL skills to the next level? Sign up for Database Star Academy, the online platform for database development and SQL. Check it out here: 🤍

How to create local db using microsoft sql server management studio

116013
1026
210
00:01:25
05.05.2021

Hi Guys _ Subscribe or I eat your cat! IMPORTANT !!! Created a new youtube chanel only about IT so gonna move videos from here new chanel: 🤍 sqllocaldb not recognized fix :🤍 I'm gonna have o lot of videos in the future about IT and programming. If you would like to help me with some donation just copy this like below. Free donation: 🤍

Beginner to T-SQL [Full Course]

239991
2489
57
02:45:54
07.04.2022

✔ Overview: For decades, T-SQL (Structured Query Language) has been the primary language for storing, retrieving, and manipulating data in databases. As greater amounts of data are imported into environments, organizations need individuals that have built their database knowledge upon strong fundamentals. In this session, Mitchell Pearson will teach you how to get started with T-SQL quickly and efficiently. You will learn database fundamentals and concepts, then dive into writing T-SQL queries. You'll also learn how to filter, find data, and tackle writing multi-table joins. After joining our Learn with The Nerds session, you will have acquired the skills and confidence to begin writing and querying data in your very own environment! ✔ What You’ll Learn: • What is T-SQL • The SELECT query and its elements • How to retrieve data and filter the data • How to write single table queries and multi-table joins • How to return data in an aggregated format 👉 To download your certificate of completion, visit: 🤍 Prerequisites: (to follow along) ✔️ Download the latest version of SSMS - 🤍 ✔️ Download student files - 🤍 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Next step on your journey: 👉 On-Demand Learning - Start With The FREE Community Plan: 🤍 🔗Pragmatic Works On-Demand Learning Packages: 🤍 🔗Pragmatic Works Boot Camps: 🤍 🔗Pragmatic Works Hackathons: 🤍 🔗Pragmatic Works Virtual Mentoring: 🤍 🔗Pragmatic Works Enterprise Private Training: 🤍 🔗Pragmatic Works Blog: 🤍 Let's connect: ✔️Twitter: 🤍 ✔️Facebook: 🤍 ✔️Instagram: 🤍 ✔️LinkedIn: 🤍 ✔️YouTube: 🤍 Pragmatic Works 7175 Hwy 17, Suite 2 Fleming Island, FL 32003 Phone: (904) 638-5743 Email: training🤍pragmaticworks.com #PragmaticWorks #MitchellPearson #Training #Microsoft #TSQL #QueryLanguage #LearnWithTheNerds Any sale mentioned in the video are no longer valid. Offers are subject to change with/without notice and are for a limited time only. -~-~~-~~~-~~-~- Please watch: "(275) Free Pragmatic Works Power Apps Component Library " 🤍 -~-~~-~~~-~~-~-

Instalacja Microsoft SQL Server [KROK po KROKU] Pełny Poradnik

22275
290
16
00:08:50
21.02.2022

Jak szybko zainstalować środowisko Microsoft SQL Server (2019, Developer Edition), jak to uruchomić i połączyć się z bazą danych oraz jak upewnić się czy wszytko działa poprawnie? OGLĄDAJ! 🔗Bezpłatny minikurs SQLa: 🤍 Kod: MinikursYT W tym poradniku zaczniemy od pobrania bazy Microsoftu. Następnie przejdziemy przez proces wszystkich ustawień instalacji Microsoft SQL Server. Na koniec sprawdzamy poprawność instalacji i uruchamiamy SQL Server Management Studio Pozdrawiam, Krystian Brożek z kanału GeekON

Fundamentos do SQL - Curso de SQL - Aula 1

162108
11979
153
00:22:14
30.11.2021

CLIQUE AQUI PARA SABER MAIS SOBRE O CURSO COMPLETO SQL IMPRESSIONADOR: 🤍 - BAIXAR O MINICURSO DE SQL: 🤍 - ► Para Baixar o Arquivo Utilizado na Aula, Acesse: 🤍 - Caso prefira o vídeo em formato de texto: 🤍 - Fala Galera! Hoje nós vamos dar início a um Curso Básico de SQL aqui no canal da Hashtag Programação. Nessa aula eu quero te mostrar os fundamentos básicos do SQL para que você entenda algumas coisas importantes. Quero te mostrar o que são dados, o que são banco de dados, o que é o SQL, o que é uma query, termos importantes do SQL. As diferenças entre MySQL, SQL Serve, Oracle e POSTGRESQL. Nessa primeira aula você vai ter essa noção geral do SQL e porque é importante aprender banco de dados e como isso é muito utilizado e está cada vez mais sendo utilizado. Até porque como tudo está sendo digitalizado e temos cada vez mais informações vamos precisar de um banco de dados, de um lugar para armazenar todos esses dados não é mesmo? E aí, bora pra aula aprender sobre esse conteúdo irado que pode fazer com que você se destaque no mercado de trabalho. - Hashtag Programação ► Inscreva-se em nosso canal: 🤍 ► Ative as notificações (clica no sininho)! ► Curta o nosso vídeo! - Redes Sociais ► Blog: 🤍 ► YouTube: 🤍 ► Instagram: 🤍 ► Facebook: 🤍 Aqui nos vídeos do canal da Hashtag Programação ensinamos diversas dicas de Python e SQL para que você consiga se desenvolver em programação! - #sql #hashtagtreinamentos

SQL | How to Upload / Restore a Database in SQL Server?

7276
225
1
00:00:30
09.06.2023

In this SQL Video, we will learn how to restore or upload a database in SQL Server using SSMS. How to install SQL Server for practice? 🤍 Check out the complete list of SQL Query Interview Questions - 🤍 Must Do Data Analytics Certifications - Google Data Analytics Professional Certificate 🤍 Google Advanced Data Analytics Professional Certificate 🤍 Best Data Science / Analytics / SQL courses Learn SQL Basics for Data Science Specialization 🤍 Beginners to Python Programming 🤍 Data Science and Business Analytics with Python 🤍 IBM Data Science Professional Certificate 🤍 Data Science Fundamentals with Python and SQL Specialization 🤍 Python for Everybody Specialization 🤍 Google Data Analytics Professional Certificate 🤍 Coursera Plus - Data Science Career Skills 🤍 Please do not forget to like, subscribe and share. For enrolling and enquiries, please contact us at Website - 🤍 Instagram - 🤍 Blog - 🤍 Facebook - 🤍 Linkedin - 🤍 Email - learn🤍knowstar.org

SQL Basics Tutorial For Beginners | Installing SQL Server Management Studio and Create Tables | 1/4

967333
13761
1552
00:09:37
01.03.2020

Learn how to Install SQL Server Management Studio, Create Tables, and Insert data into those tables. Select + From Statements - 🤍 Where Statement - 🤍 Group By + Order By - 🤍 LINKS: SQL Server Management Studio: 🤍 SQL Server: 🤍 Github Scripts: 🤍 SUBSCRIBE! Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content! RESOURCES: Coursera Courses: Google Data Analyst Certification: 🤍 Data Analysis with Python - 🤍 IBM Data Analysis Specialization - 🤍 Tableau Data Visualization - 🤍 Udemy Courses: Python for Data Analysis and Visualization- 🤍 Statistics for Data Science - 🤍 SQL for Data Analysts (SSMS) - 🤍 Tableau A-Z - 🤍 *Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!* Websites: GitHub: 🤍 *All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for*

Introduction of SQL Server | SQL Server Tutorial

798617
9055
295
00:25:46
02.09.2016

For Online Training Registration: 🤍 ? Call: +91-8179191999 💡 Visit Our Website for Classroom Training: 🤍 💡 For Online Training: 🤍 #sqlserver #server #programming #course #Tutorials #Training #Videos 💡 About NareshIT: "Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations 💡 Our Online Training Features: 🎈 Training with Real-Time Experts 🎈 Industry Specific Scenario’s 🎈 Flexible Timings 🎈 Soft Copy of Material 🎈 Share Videos of each and every session. 💡 Please write back to us at 📧 us.training🤍nareshit.com/ 📧 online🤍nareshit.com or Call us at the USA: ☎+1404-232-9879 or India: ☎ +918179191999 💡 Check The Below Links ► For Course Reg: 🤍 ► Subscribe to Our Channel: 🤍 ► Circle us on G+: 🤍 ► Like us on Facebook: 🤍 ► Follow us on Twitter: 🤍 ► Follow us on Linkedin: 🤍 ► Follow us on Instagram: 🤍

SQL Server Tutorial For Beginners | SQL Server Management Studio Install & Tips 2022

37633
630
29
00:15:05
23.01.2022

SQL Tutorial For Beginners | SQL Server Management Studio Install & Tips 2022 | Microsoft SQL Server Installation Tutorial C# Developer Discord Server here: 🤍 Linkedin: 🤍 Portfolio: 🤍 Github: 🤍

How to install SQL Server 2022 Developer and SQL Server Management Studio (SSMS) - for FREE

106330
1223
129
00:29:28
15.12.2022

In this video, we'll have a look at how to install SQL Server 2022 Developer edition, SQL Server Management Studio (SSMS) and Azure Data Studio on your Windows 10 (TH1 1507 or greater) or Windows 11 computer - for FREE. My SQL Server Udemy courses are: 70-461, 70-761 Querying Microsoft SQL Server with T-SQL: 🤍 98-364: Database Fundamentals (Microsoft SQL Server): 🤍 70-462 SQL Server Database Administration (DBA): 🤍 Microsoft SQL Server Reporting Services (SSRS): 🤍 SQL Server Integration Services (SSIS): 🤍 SQL Server Analysis Services (SSAS): 🤍 Microsoft Power Pivot (Excel) and SSAS (Tabular DAX model): 🤍 The good news is that you don't need a server to install it - your desktop and laptop will probably be fine. In this video: 1. We will download SQL Server Developer Edition - for free. It used to sell for US$200. 2. We will then install SQL Server Developer Edition. What is very important is not selecting all of the options, but just a few. 3. We will then install SQL Server Management Studio (SSMS). This is the front-engine, the part that you will use. Links to my website are: 70-461, 70-761 Querying Microsoft SQL Server with T-SQL: 🤍 98-364: Database Fundamentals (Microsoft SQL Server): 🤍 SQL Server Essential in an Hour: 🤍 70-462 SQL Server Database Administration (DBA): 🤍 DP-300: Administering Relational Databases: 🤍 Microsoft SQL Server Reporting Services (SSRS): 🤍 SQL Server Integration Services (SSIS): 🤍 SQL Server Analysis Services (SSAS): 🤍 Microsoft Power Pivot (Excel) and SSAS (Tabular DAX model): 🤍 1Z0-071 Oracle SQL Developer – certified associate: 🤍 SQL for Microsoft Access: 🤍 DP-900: Microsoft Azure Data Fundamentals: 🤍

Назад
Что ищут прямо сейчас на
SQL server выбор linux Learning Chinese Miaodao Reolink Poe Camera 형준 ���� ���������������� vodafone idea share news emergency cash realme c3 lag Fixed 螢子 余派 纵横 aghdam laravel vue js admin panel redeem code app 美育 drums fills sample pack my summer car gameplay realme c3 game space