SQL Tutorial 4: Database Fundamentals, and SQL Language Elements

  Рет қаралды 52,059

G C Reddy Software Testing

G C Reddy Software Testing

Күн бұрын

Пікірлер: 34
@wsglobal2023
@wsglobal2023 6 жыл бұрын
Awesome as usual
@gcreddy
@gcreddy 6 жыл бұрын
Welcome...
@tayokole1101
@tayokole1101 7 жыл бұрын
Thank u so much sir for this wonderful work. pls how many videos do u have in this series of sql tutorial
@RiteshKumar-dx1uz
@RiteshKumar-dx1uz 7 жыл бұрын
Very Informative video.
@gcreddy
@gcreddy 7 жыл бұрын
Welcome
@alam14731
@alam14731 7 жыл бұрын
thanks again for the video.
@gcreddy
@gcreddy 7 жыл бұрын
Welcome
@yasinhussen4577
@yasinhussen4577 5 жыл бұрын
It is good tutorial sir thanks
@gcreddy
@gcreddy 5 жыл бұрын
Welcome
@konduruvijaya4963
@konduruvijaya4963 6 жыл бұрын
very useful sir
@hega111
@hega111 7 жыл бұрын
Hello Mr. Reddy , Could you please upload some good exercises on MY Sql Schema
@SuperFreakymax
@SuperFreakymax 6 жыл бұрын
Hello Sir, I'm unable to connect the server, A message pops up saying that the server doesn't exist
@monukumar30
@monukumar30 6 жыл бұрын
Sir, How to write and execute a query in SQL for beginner. Pls help me. I want to learn. I am beginner
@monukumar30
@monukumar30 6 жыл бұрын
Thank you sir... In which tutorial practical (How to write a query & run)... Please assist..
@gcreddy
@gcreddy 6 жыл бұрын
Welcome
@suneethap3051
@suneethap3051 6 жыл бұрын
Nice very helpfull
@gcreddy
@gcreddy 6 жыл бұрын
Welcome...
@bee_equally.delicious
@bee_equally.delicious 6 жыл бұрын
hi sir,, can we use delete command instead of drop command is drop and delete command represents the same
@MdSalauddin-gp9kn
@MdSalauddin-gp9kn 6 жыл бұрын
Delete is used to delete specific column but not database where Drop is used to delete database or table
@sheetalsharma7404
@sheetalsharma7404 7 жыл бұрын
When you will upload practical session of SQL .
@gcreddy
@gcreddy 7 жыл бұрын
Already started, I will post remaining videos soon.
@gcreddy
@gcreddy 7 жыл бұрын
1st Practical Video: SQL Tutorial 5: Data Definition Language kzbin.info/www/bejne/lYOzXoaYebtjpa8
@sheetalsharma7404
@sheetalsharma7404 7 жыл бұрын
ok, thanks when you will upload other videos
@gcreddy
@gcreddy 7 жыл бұрын
OK, I will upload remaining Practical videos Soon.
@aliatozchannel8468
@aliatozchannel8468 6 жыл бұрын
sir i need sql complete tutoriial of sql and aricle please sir help me how it can get
@gcreddy
@gcreddy 6 жыл бұрын
Use this PlayList and Class Notes to learn SQL and we have these Tutorials only, kzbin.info/aero/PLyGqUe6Oa_5Hcb_5QqXIsMZhvsm7Bo_-Z www.gcreddy.com/2016/08/sql-tutorials.html
@udayboyapati7965
@udayboyapati7965 5 жыл бұрын
@@gcreddy it is enough to learn sql. Or we need learn more?
@Anandramit
@Anandramit 6 жыл бұрын
please add notes
@gcreddy
@gcreddy 7 жыл бұрын
Class Notes: Database Fundamentals, and SQL Language Elements --------------------------------------------------------------------------------------- i) Database Fundamentals ii) SQL Language Elements ----------------------------------- i) Database Fundamentals ------------------------------------------- • Database Server instance contains multiple databases • Database contains multiple Tables • Table contains multiple records (rows and columns) What is a Database? • A Database is a systematic collection of data. • Databases support storage and manipulation of data • Databases make data management easy. Table and Record • A Table in a Relational Database is a predefined format of rows and columns that define an entity. • Each column contains a different type of attribute and each row corresponds to a single record • Each Table is provided with a name. Example: Table name: Students SID Name Address ContactNo 10001 abcd errtt,ttt 9878787878 10002 xyz fwew,er 8786767676 What is DBMS? • A Database management System is software designed to assist in maintaining and utilizing large collection of data. • The alternative to use a DBMS is to store the data in files and write application specific code to manage it. Using a DBMS to manage data has many advantages: • Data Independence • Efficient Data Access • Data Integrity and security • Data Administration • Concurrent Access and Data Recovery etc... Types of Database Management System 1) Hierarchical DBMS 2) Network DBMS 3) Relational Database Management System (RDBMS) Ex: Oracle, MS SQL Server, MySQL, DB2 etc... ------------------------------------------------------ ii) SQL Language Elements ------------------------------------------------------ 1) Identifiers: Names of Database Objects such as Tables, Views, Columns etc... 2) Data Types: Define the type of data that is contained by a Column 3) Constants: Symbols that represent specific data types 4) Operators: Perform Arithmetic, Comparison, and Logical Operations 5) Functions: Built-in Functions to perform specific operations 6) Clauses: Constituent components of statements and queries. 7) Expressions: Produce scalar values, or tables containing of columns and rows of data. 8) Queries: Retrieve the data based on specific criteria, this an important element of SQL. 9) Statements Etc... ---------------------------------------------------- Create - It is a Command Create Database gcreddyabc - It is a Statement Oracle Create Database gcreddyabc - It create a Database called gcreddyabc in Oracle RDBMS MS SQL Server Create Database gcreddyabc - It create a Database called gcreddyabc in MS SQL Server RDBMS ------------------------------------------ Use / Practice SQL ------------------------------------------ SQL is used to communicate with databases, it is the Standard Language for Relational Database management Systems. Database Engine is required to use/practice SQL Commands/Queries, we can use any Database Engine either Oracle, MySQL or MS SQL Server etc... MS SQL Server: MS SQL Server is a Commercial Software but Microsoft providing Free Edition also. Microsoft SQL Server Express Edition Download and Install MS SQL Server Express Edition (Windows 7 - MS SQL Server 2014 Express Edition, Windows 10 - 2014 or 2016 Express Edition) After Installation, you launch SQL Server management Studio, launch SQL Query editor, Write SQL statements and Execute. --------------------------------------------------------
@saudiking123456
@saudiking123456 6 жыл бұрын
G C Reddy hello sir.. hiw can i attend your online classes??
@gcreddy
@gcreddy 6 жыл бұрын
Online Classes are paid, but you can watch our videos with free of cost.
@saudiking123456
@saudiking123456 6 жыл бұрын
sir, how much for online classes
@gcreddy
@gcreddy 6 жыл бұрын
www.gcreddy.com/2014/12/selenium-online-training.html
SQL - Data Definition Language
1:57:41
G C Reddy Software Testing
Рет қаралды 43 М.
Introduction to SQL / Structured Query Language
1:28:35
G C Reddy Software Testing
Рет қаралды 19 М.
SQL Tutorial 10: SQL Functions
45:44
G C Reddy Software Testing
Рет қаралды 38 М.
SQL Tutorial for Beginners
44:57
Kevin Stratvert
Рет қаралды 2,1 МЛН
SQL Tutorial 2: Overview of SQL
40:34
G C Reddy Software Testing
Рет қаралды 69 М.
SQL Tutorial 8: The Select Query
39:33
G C Reddy Software Testing
Рет қаралды 20 М.
SQL Crash Course - Beginner to Intermediate
58:39
Traversy Media
Рет қаралды 850 М.
SQL - Data Manipulation Language
47:28
G C Reddy Software Testing
Рет қаралды 22 М.
Database Lesson #1 of 8 - Introduction to Databases
38:43
Dr. Daniel Soper
Рет қаралды 1,2 МЛН
SQL Beginner to Advanced in One Hour | CareerFoundry Webinar
1:08:28
Alex The Analyst
Рет қаралды 217 М.
Learn SQL in 1 Hour - SQL Basics for Beginners
1:02:23
Joey Blue
Рет қаралды 3,6 МЛН