Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
SQL
1.4K+ articles
sql-serevr
3 posts
Recent Articles
Cascading Referential Integrity Constraints in SQL Server Management Studio
Last Updated: 06 January 2023
In the Microsoft SQL server if we want to delete any record or column from one table but that record or column is a foreign key for another table then we will get the erro...
read more
SQL
sql-serevr
System Tables in SQL
Last Updated: 29 December 2022
In addition to the user-defined table, we have the option to work with various unique sorts of tables in addition to the fundamental user-defined table. System Tables are ...
read more
SQL
Picked
sql-serevr
SQL Query to Match City Names Ending With Vowels (a,e,i,o,u)
Last Updated: 10 June 2024
To match the names of cities ending with a vowel, use the LIKE operator with % wildcard. This matches all cities that end with a vowel.Here is a SQL query to match city na...
read more
SQL
Picked
SQL-Query
sql-serevr
Databases
✕