HOW TO DROP, TRUNCATE AND DELETE TABLE?
DROP TABLE, TRUNCATE TABLE AND DELETE IN SQL Key Word Syntax Explanation DROP TABLE DROP TABLE <table_name>; DROP TABLE is…
HOW TO ALTER TABLE IN SQL?
ALTER TABLE IN SQL ALTER TABLE statement is used to add, delete, or modify columns and add or drop constraints…
HOW TO DATA INSERT INTO TABLE IN SQL?
INSERT INTO INSERT INTO statement is used to insert values or records into table in SQL. Records in a table…
HOW TO UPDATE EXISTING RECORDS IN TABLE IN SQL?
UPDATE UPDATE statement is used to update the existing records in a table in SQL. Syntax- UPDATE <table_name> SET column1…
HOW TO USE SELECT IN SQL?
SELECT SELECT statement is used to access records from a database. The table which stores the record returned by the…
HOW TO SELECT DISTINCT VALUES IN SQL?
SELECT DISTINCT The SQL DISTINCT command is used with SELECT key word to retrieve only distinct or unique values. Syntax-…
HOW TO USE WHERE CLAUSE IN SQL?
WHERE WHERE clause in SQL is a data manipulation language (DML) statement. WHERE clause is used in filter the records…
HOW TO USE SQL AND, OR, NOT OPERATORS?
AND OPERATOR IN SQL The AND operator displays a record if all the conditions separated by AND are TRUE. Syntax- SELECT…
HOW TO USE SQL ORDER BY CLAUSE?
ORDER BY CLAUSE ORDER BY keyword sorts the records in ascending order by default. To sort the records in descending…
WHAT IS A NULL VALUE IN SQL?
A field having NULL value is one that has been left blank during record creation, NULL value field means field with no…
HOW TO USE SELECT TOP CLAUSE IN SQL?
SELECT TOP SELECT TOP clause is used to specify the number of records to return from top of the table. Syntax…
HOW TO USE MIN() AND MAX() FUNTION IN SQL?
MIN() AND MAX() MIN() function returns the smallest value of the selected column Syntax – SELECT MIN(ColumnName) FROM <TableName> WHERE<condition> ; Example- SELECT MIN(Price)…
HOW TO USE COUNT() AVG() SUM() FUNTIONS IN SQL?
COUNT() function returns the number of rows that matches a specified condition. Syntax – SELECT COUNT(ColumnName) FROM <TableName> WHERE<condition> ; Example- SELECT …
HOW TO USE LIKE OPERATOR IN SQL?
LIKE operator is used in a WHERE clause to search for a specified pattern in a column. SQL LIKE Operator uses…
HOW TO USE WILDCARD CHARACTERS IN SQL?
WILDCARD characters are used to substitute one or more characters in a string and used with LIKE operator which is used…
HOW TO USE IN OPERATOR IN SQL?
IN operator is used to reduce use of multiple OR conditions by specifying multiple values in WHERE clause. Syntax of IN…
HOW TO USE BETWEEN OPERATOR IN SQL?
BETWEEN operator fetches the records from the table within the range specified in the query. Between Operator includes the starting and…
HOW TO BACKUP DATABASE IN SQL?
BACKUP DATABASE is used to create full backup of an existing SQL SERVER database. Syntax of BACKUP DATABASE in SQL –…
WHAT ARE THE CONSTRAINTS IN SQL?
CONSTRAINTS are used to create rules for data in a table to limit the type of data that can be stored…
WHAT ARE THE TYPES OF JOINS IN SQL?
JOIN clause combine rows from two or more tables, based on a common field between them. There are five types of JOIN, defined…
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