<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL &#8211; IndianTalent.Net</title>
	<atom:link href="https://indiantalent.net/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://indiantalent.net</link>
	<description>Learn Something new today</description>
	<lastBuildDate>Mon, 08 Apr 2024 22:10:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://indiantalent.net/wp-content/uploads/2023/11/US_logo-150x150.png</url>
	<title>SQL &#8211; IndianTalent.Net</title>
	<link>https://indiantalent.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Comprehensive Mindmap for Mastering SQL (On Eagle View)</title>
		<link>https://indiantalent.net/2024/04/08/comprehensive-mindmap-for-mastering-sql-on-eagle-view/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 08 Apr 2024 17:51:51 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://indiantalent.net/?p=177</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div pagelayer-id="v8p4014" class="p-v8p4014 pagelayer-post_props">
</div>
<div pagelayer-id="lmx7286" class="p-lmx7286 pagelayer-row">

			
			
			
			
			<div class="pagelayer-row-holder pagelayer-row pagelayer-auto pagelayer-width-{{width_content}}"><div pagelayer-id="nsh4143" class="p-nsh4143 pagelayer-col pagelayer-col-12">

				
				
				
				<div class="pagelayer-col-holder"><div pagelayer-id="4gt7963" class="p-4gt7963 pagelayer-text">
<div class="pagelayer-text-holder">

<pre class="wp-block-code"><code># SQL (On Eagle View)

**Shekar Kaki**  
&#091;LinkedIn](www.linkedin.com/in/shekar-dataengineer) | &#091;Website](indiantalent.net) | &#091;YouTube](https://www.youtube.com/@UrbanSchool369)

## Topics
- Database
- SQL Syntax
- Data Types
- Constraints
- Operators
- Functions
- Queries
- Joins
- Subqueries
- Transactions
- Indexing
- Optimization
- Security
- Administration

## SQL Statements
### Data Definition Language (DDL)
- CREATE
  - Tables
  - Views
  - Indexes
  - Databases
- ALTER
  - Tables
  - Columns
  - Constraints
- DROP
  - Tables
  - Views
  - Indexes
  - Databases
- TRUNCATE

### Data Manipulation Language (DML)
- INSERT
  - Single Row
  - Bulk Insert
- UPDATE
  - Single Row
  - Bulk Update
- DELETE
  - Single Row
  - Bulk Delete

### Data Control Language (DCL)
- GRANT
  - Permissions
  - Roles
- REVOKE
  - Permissions
  - Roles

### Transaction Control Language (TCL)
- COMMIT
- ROLLBACK
- SAVEPOINT

### Clauses
- SELECT
  - Column Selection
  - Distinct
  - Aliases
- FROM
  - Table References
  - Subqueries
- WHERE
  - Conditions
  - Logical Operators
- GROUP BY
  - Aggregates
  - HAVING
- ORDER BY
  - Sorting
  - ASC/DESC
- LIMIT/OFFSET

### Joins
- INNER JOIN
- LEFT JOIN
- RIGHT JOIN
- FULL JOIN
- CROSS JOIN
- Self Joins

### Subqueries
- Correlated Subqueries
- Uncorrelated Subqueries
- Nested Queries
- Subqueries in DML

### Window Functions
- RANK
- DENSE_RANK
- ROW_NUMBER
- LEAD
- LAG
- NTILE
- OVER Clause
- PARTITION BY

### Set Operations
- UNION
- UNION ALL
- INTERSECT
- EXCEPT

## SQL Concepts
### Data Types
- Numeric
  - INT, BIGINT, FLOAT, DECIMAL
- Character
  - CHAR, VARCHAR, TEXT
- Date and Time
  - DATE, TIME, DATETIME, TIMESTAMP
- Boolean
  - BIT, BOOLEAN

### Constraints
- NOT NULL
- UNIQUE
- PRIMARY KEY
- FOREIGN KEY
  - Referential Integrity
- CHECK
  - Range Checks
  - Data Validation
- DEFAULT

### Operators
- Arithmetic
  - +, -, *, /, %
- Comparison
  - =, >, &lt;, >=, &lt;=, &lt;>
- Logical
  - AND, OR, NOT
- String
  - CONCAT, SUBSTR, LENGTH

### Functions
#### Aggregate
- SUM
- AVG
- COUNT
  - COUNT(*), COUNT(column)
- MIN
- MAX

#### Scalar
- UPPER
- LOWER
- CONCAT
- SUBSTR
- LENGTH
- TRIM
- CAST
- CONVERT

### Indexing
- Clustered Index
- Non-Clustered Index
- Covering Index
- Composite Index
- Index Maintenance

### Security
- Roles
  - CREATE, ALTER, DROP
- Permissions
  - GRANT, REVOKE
- Views
  - CREATE, ALTER, DROP
- Stored Procedures
  - CREATE, ALTER, DROP
- Triggers
  - CREATE, ALTER, DROP
- User-Defined Functions
  - CREATE, ALTER, DROP

### Administration
- Backup and Restore
  - Full, Differential, Incremental
- Performance Monitoring
  - Query Optimization
  - Indexing Strategies
- User Management
  - CREATE, ALTER, DROP Users
- Logging and Auditing
  - Error Logging
  - Activity Logging
- Database Tuning
  - Query Optimization
  - Index Maintenance
  - Resource Monitoring</code></pre>

</div></div></div></div></div></div>
<div pagelayer-id="0aa2501" class="p-0aa2501 pagelayer-row pagelayer-row-stretch-auto pagelayer-height-default">
<style pagelayer-style-id="0aa2501">.p-0aa2501 .pagelayer-col-holder{padding: 10px}
.p-0aa2501 > .pagelayer-background-overlay{-webkit-transition: all 400ms !important; transition: all 400ms !important}
.p-0aa2501 .pagelayer-svg-top .pagelayer-shape-fill{fill:#227bc3}
.p-0aa2501 .pagelayer-row-svg .pagelayer-svg-top{width:100%;height:100px}
.p-0aa2501 .pagelayer-svg-bottom .pagelayer-shape-fill{fill:#e44993}
.p-0aa2501 .pagelayer-row-svg .pagelayer-svg-bottom{width:100%;height:100px}
</style>
			
			
			
			
			<div class="pagelayer-row-holder pagelayer-row pagelayer-auto pagelayer-width-auto"><div pagelayer-id="ol16419" class="p-ol16419 pagelayer-col">
<style pagelayer-style-id="ol16419">.p-ol16419 .pagelayer-col-holder > div:not(:last-child){margin-bottom: 15px}
.p-ol16419 > .pagelayer-background-overlay{-webkit-transition: all 400ms !important; transition: all 400ms !important}
</style>
				
				
				
				<div class="pagelayer-col-holder"><div pagelayer-id="xoc6446" class="p-xoc6446 pagelayer-wp_custom_html">
<div class="textwidget custom-html-widget"></div></div></div></div></div></div>
<div pagelayer-id="2ee1170" class="p-2ee1170 pagelayer-row pagelayer-row-stretch-auto pagelayer-height-default">
<style pagelayer-style-id="2ee1170">.p-2ee1170 .pagelayer-col-holder{padding: 10px}
.p-2ee1170 > .pagelayer-background-overlay{-webkit-transition: all 400ms !important; transition: all 400ms !important}
.p-2ee1170 .pagelayer-svg-top .pagelayer-shape-fill{fill:#227bc3}
.p-2ee1170 .pagelayer-row-svg .pagelayer-svg-top{width:100%;height:100px}
.p-2ee1170 .pagelayer-svg-bottom .pagelayer-shape-fill{fill:#e44993}
.p-2ee1170 .pagelayer-row-svg .pagelayer-svg-bottom{width:100%;height:100px}
</style>
			
			
			
			
			<div class="pagelayer-row-holder pagelayer-row pagelayer-auto pagelayer-width-auto"><div pagelayer-id="ckt4261" class="p-ckt4261 pagelayer-col">
<style pagelayer-style-id="ckt4261">.p-ckt4261 .pagelayer-col-holder > div:not(:last-child){margin-bottom: 15px}
.p-ckt4261 > .pagelayer-background-overlay{-webkit-transition: all 400ms !important; transition: all 400ms !important}
</style>
				
				
				
				<div class="pagelayer-col-holder"><div pagelayer-id="wor4592" class="p-wor4592 pagelayer-image">
<style pagelayer-style-id="wor4592">.p-wor4592 .pagelayer-image-holder{text-align: center}
.p-wor4592 .pagelayer-image-holder .pagelayer-image-overlay-content{text-align: center}
.p-wor4592 .pagelayer-img{-webkit-transition: all 400ms; transition: all 400ms}
.p-wor4592 .pagelayer-image-caption{color: #0986c0}
</style><div class="pagelayer-image-holder pagelayer-anim-par">
			
				<img decoding="async" class="pagelayer-img pagelayer-animation-{{anim_hover}}" src="https://indiantalent.net/wp-content/uploads/2024/04/Screenshot-from-2024-04-09-00-55-14.png" title="Screenshot from 2024-04-09 00-55-14" alt="Screenshot from 2024-04-09 00-55-14" srcset="https://indiantalent.net/wp-content/uploads/2024/04/Screenshot-from-2024-04-09-00-55-14.png, https://indiantalent.net/wp-content/uploads/2024/04/Screenshot-from-2024-04-09-00-55-14.png 1x, " />
				
			
		</div>
		</div></div></div></div></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">177</post-id>	</item>
	</channel>
</rss>
