Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Unique982
/
Structured-Query-Language-SQL-
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
19 Commits
19 Commits
ALTER TABLE for adding column by POsition without constraints.txt
ALTER TABLE for adding column by POsition without constraints.txt
ALTER TABLE for adding multiple columns without constraints.txt
ALTER TABLE for adding multiple columns without constraints.txt
AND operator in SQL.txt
AND operator in SQL.txt
AUTO INCREMENT in SQL.txt
AUTO INCREMENT in SQL.txt
Alias in SQL.txt
Alias in SQL.txt
Alter database using alter database in SQL.txt
Alter database using alter database in SQL.txt
Alter table for adding one column without constraints.txt
Alter table for adding one column without constraints.txt
Arithmetic Operators in SQl.txt
Arithmetic Operators in SQl.txt
BETWEEN with IN in SQL.txt
BETWEEN with IN in SQL.txt
BETWEEN with NOT IN in SQL.txt
BETWEEN with NOT IN in SQL.txt
Between Number in SQL.txt
Between Number in SQL.txt
CHAR VARCHAR and TEXT Datatype in SQL.txt
CHAR VARCHAR and TEXT Datatype in SQL.txt
CONCAT Function in SQL.txt
CONCAT Function in SQL.txt
Change Column Name and Its Data Type Without Constraints in SQL.txt
Change Column Name and Its Data Type Without Constraints in SQL.txt
Change Column name and its Data type with constraint in SQL.txt
Change Column name and its Data type with constraint in SQL.txt
Change more than one column Name and Its data type without constraints in SQL.txt
Change more than one column Name and Its data type without constraints in SQL.txt
Combination of AND & OR in SQl.txt
Combination of AND & OR in SQl.txt
Copy Old Table to New Table within same Database in SQL.txt
Copy Old Table to New Table within same Database in SQL.txt
Copy old Table to new Table different Database in SQL.txt
Copy old Table to new Table different Database in SQL.txt
Count Function in SQL.txt
Count Function in SQL.txt
Create Database in SQL.txt
Create Database in SQL.txt
Create Table in SQL.txt
Create Table in SQL.txt
Cross Join in SQL.txt
Cross Join in SQL.txt
DATE DATETIME and TIMSTAMP Data type in SQL.txt
DATE DATETIME and TIMSTAMP Data type in SQL.txt
DECIMAL datatype in SQL.txt
DECIMAL datatype in SQL.txt
Data Definition Language.txt
Data Definition Language.txt
Data Munipulation all query Topics .txt
Data Munipulation all query Topics .txt
Delete Data sof Table using Truncate Table in SQL.txt
Delete Data sof Table using Truncate Table in SQL.txt
Delete Records in Table in SQL.txt
Delete Records in Table in SQL.txt
Describe table in SQL.txt
Describe table in SQL.txt
Drop Column with or without constraint in SQL.txt
Drop Column with or without constraint in SQL.txt
Drop Database using Drop Database in SQL.txt
Drop Database using Drop Database in SQL.txt
Drop Table or Delete Table from Database in SQL.txt
Drop Table or Delete Table from Database in SQL.txt
Foreign Key in SQL.txt
Foreign Key in SQL.txt
Full OUTER JOIN in SQL.txt
Full OUTER JOIN in SQL.txt
Group by and Having in SQL.txt
Group by and Having in SQL.txt
IN operator in SQL.txt
IN operator in SQL.txt
INC and DEC Data Type in SQL.txt
INC and DEC Data Type in SQL.txt
INNER JOIN in SQL.txt
INNER JOIN in SQL.txt
INSERT INTO Multiple rows in SQL.txt
INSERT INTO Multiple rows in SQL.txt
INSERT INTO Specified Column.txt
INSERT INTO Specified Column.txt
INSERT INTO in SQL.txt
INSERT INTO in SQL.txt
INSERT INTO with Changing order of column.txt
INSERT INTO with Changing order of column.txt
INSERT INTO without specifying Column Name in SQL.txt
INSERT INTO without specifying Column Name in SQL.txt
INTERSECT AND EXCEPT in SQL.txt
INTERSECT AND EXCEPT in SQL.txt
IS Null and NOT NUll in SQL.txt
IS Null and NOT NUll in SQL.txt
Introduction.txt
Introduction.txt
LIKE with % WildCard in SQl.txt
LIKE with % WildCard in SQl.txt
Left outer Join&left Join in SQL.txt
Left outer Join&left Join in SQL.txt
MID and LENGTH function in SQL.txt
MID and LENGTH function in SQL.txt
MIN and MAX function in SQL.txt
MIN and MAX function in SQL.txt
NOT Between Number inSQL.txt
NOT Between Number inSQL.txt
NOT IN operator in SQL.txt
NOT IN operator in SQL.txt
NOT LIKE in SQL.txt
NOT LIKE in SQL.txt
NOT NULL in SQL.txt
NOT NULL in SQL.txt
Now Function in SQL.txt
Now Function in SQL.txt
OR Operator in SQL.txt
OR Operator in SQL.txt
ORDER BY Descending order in SQL.txt
ORDER BY Descending order in SQL.txt
Outer Join in SQL.txt
Outer Join in SQL.txt
PRIMARY KEY in SQL.txt
PRIMARY KEY in SQL.txt
ROUND function in SQL.txt
ROUND function in SQL.txt
Rename table name using Rename table in SQL.txt
Rename table name using Rename table in SQL.txt
Reverse function in SQL.txt
Reverse function in SQL.txt
Right Outer Join & Right Join in SQL.txt
Right Outer Join & Right Join in SQL.txt
SELECT ALL Particular Column Records in SQL.txt
SELECT ALL Particular Column Records in SQL.txt
SELECT with LIMIT in SQL.txt
SELECT with LIMIT in SQL.txt
Show Create Database in SQL.txt
Show Create Database in SQL.txt
Show Create Table in SQL.txt
Show Create Table in SQL.txt
Show Database and Table in SQL.txt
Show Database and Table in SQL.txt
Show column in SQL.txt
Show column in SQL.txt
Single Quotes problem in SQL.txt
Single Quotes problem in SQL.txt
UNION in SQL.txt
UNION in SQL.txt
UNIQUE KEY in SQL.txt
UNIQUE KEY in SQL.txt
Update Records in Table SQL.txt
Update Records in Table SQL.txt
Update with Case in SQL.txt
Update with Case in SQL.txt
Upper and Lower function in SQL.txt
Upper and Lower function in SQL.txt
Use Dtabase in SQL.txt
Use Dtabase in SQL.txt
WHERE Clause and equal operator.txt
WHERE Clause and equal operator.txt
modify column data typeand its size with or without constraint in SQL.txt
modify column data typeand its size with or without constraint in SQL.txt
operator in SQL.txt
operator in SQL.txt
View all files
About
Structured Query Language (SQL) Note
khemrajneupane.com.np
Topics
mysql-database
mysqli-connection
structured-query-language
structured-query-language-note
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
You can’t perform that action at this time.