HOW TO USE INNER JOIN IN SQL?
INNER JOIN clause select all the records from both the tables when there are the values matching between the specified columns.…
HOW TO USE LEFT JOIN IN SQL?
LEFT JOIN/LEFT OUTER JOIN clause select all the records from left table(table1) and the matching records from the right table(table2). Syntax…
HOW TO USE RIGHT JOIN IN SQL?
RIGHT JOIN/RIGHT OUTER JOIN clause select all the records from right table(table2) and the matching records from the left table(table1). Syntax…
HOW TO USE FULL OUTER JOIN IN SQL?
FULL JOIN/FULL OUTER JOIN clause returns all the records when there is a match in left(table1) or right(table2) Syntax of FULL…
HOW TO USE SELF JOIN IN SQL?
SELF JOIN is a regular join used to join the table with itself. Syntax of SELF JOIN in SQL- SELECT <column_name(s)> FROM <table1>…
HOW TO USE GROUP BY CLAUSE IN SQL?
GROUP BY clause in SQL statements is used to group the result-set by one or more columns that have the same…
HOW TO USE HAVING CLAUSE IN SQL?
HAVING statement is used to filter the groups in result-set based on condition. HAVING clause is used after the GROUP BY…
HOW TO USE EXISTS OPERATOR IN SQL?
EXISTS is a boolean operator which returns TRUE if the subquery returns single or multiple records else it gives a false…
HOW TO USE ANY AND ALL OPERATOR IN SQL?
ANY and ALL operator is used to perform a comparison between a single column value and a range of other…
HOW TO USE SELECT INTO IN SQL?
SELECT INTO statement is used to copy data from one table into a new table. Syntax of SELECT INTO in SQL-…
HOW TO USE CASE IN SQL?
CASE statement is used to return the value if the specified condition evaluates to True, else it returns the value of…
HOW TO USE ISNULL FUNCTION IN SQL SERVER?
ISNULL(), SQL Server function returns an alternative value when an expression is NULL. Syntax of ISNULL() in SQL- ISNULL(<column_name>,<alternative_value>) Example…
WHAT IS A STORED PROCEDURE IN SQL?
Stored Procedure in SQL is a group of SQL Statements stored in the database for performing a particular task. Syntax of…
WHAT IS A VIEW IN SQL?
A VIEW in SQL is a virtual table showing up-to-date result-set of SQL statements.Unlike a real table, a view does not exist…
HOW TO USE CHECK CONSTRAINT IN SQL?
The CHECK constraint in SQL is used to limit the value that can be placed in a column or table. Example of…
HOW TO USE NOT NULL CONSTRAINT IN SQL?
The NOT NULL constraint in SQL is used to disallow the acceptance of NULL value in a column(s). A column, by default,…
HOW TO USE UNIQUE CONSTRAINT IN SQL?
The UNIQUE constraint in SQL is used to ensure that all values in a column are unique or different. Example of UNIQUE…
WHAT ARE SQL ALIASES?
The aliases in SQL are used to give temporary name to a table or a column in a table. An alias is…
HOW TO USE DEFAULT CONSTRAINT IN SQL?
The DEFAULT constraint in SQL is used to set a default value for a column. Example of DEFAULT constraint creation in SQL…
HOW TO CREATE INDEX IN SQL?
The CREATE INDEX statement in SQL is used to create indexes in tables. Indexes are used for faster retrieval of records which…
CATEGORIES
- BFSI (2)
- BigData (1)
- Business Analyst (19)
- DataScience (3)
- Durga Ma (1)
- Education (9)
- Entertainment (2)
- Games (2)
- Ganesh Ji (3)
- Gauri Ma (1)
- Hanuman Ji (2)
- Hindi (6)
- JAVA INTERVIEW QUESTIONS (67)
- Jobs (9)
- Knowledge (38)
- Legends (1)
- Live Darshan (1)
- News (26)
- Personalities (6)
- Python (66)
- PYTHON INTERVIEW QUESTIONS (47)
- Quizzes (1)
- Quotes (2)
- Ram Ji (1)
- Religious (28)
- Shiv Ji (1)
- SQL (50)
- Technology (22)
- Travel (16)
- Uncategorized (3)
- Vishnu Ji (2)
LATEST POSTS
- Ramdev Ji Ki Aarti रामदेव जी की आरती
- Ma Kalratri Ki Aarti माँ कालरात्रि की आरती
- Ramlala Ki Aarti रामलला की आरती
- Shanidev Stuti शनिदेव स्तुति
- Shree Ramchandra Aarti श्री रामचन्द्र आरती
- Shree Bajrang Baan श्री बजरंग बाण
- Shree Ram Raksha Strotam श्री राम रक्षा स्तोत्रं
- Shree Krishan Strotam श्री कृष्ण स्त्रोतं
- Shree Kartikeya Strotam श्री कार्तिकेय स्तोत्र
- Ganesh Ji Arti
TAGS
Administrator BFSI Bhangarh BusinessAnalyst Business Analyst DataScience Derivatives Durga Entertainment Games Ganesh Ji Gauri Ma GovernmentJobs Govinddevji Hanuman Ji Hindi History Jaipur JAVA Jobs Knowledge Legends Ma Kalratri Ki Aarti News Personalities Python Quotes Ramdev Ji Ki Aarti Ramlala Ki Aarti Religion Religious Shanidev Stuti Shiv Ji Shree Banjrag Baan Shree Kartikeya Strotam Shree Krishan Strotam Shree Ramchandra Aarti Shree Ram Raksha Strotam Shri Ram Spiritual SQL Temple Temples Travel Vishnu Ji