Skip to main content
Chapter 8 of 8
Formula Sheet

Introduction to Structured Query Language (SQL)

CBSE · Class 11 · Informatics Practices

All formulas from Introduction to Structured Query Language (SQL) in CBSE Class 11 Informatics Practices. Key equations, constants, and identities for board exam preparation.

81 questions84 flashcards5 concepts

Interactive on Super Tutor

Studying Introduction to Structured Query Language (SQL)? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for formula sheet and more.

1,000+ Class 11 students started this chapter today

8 Formulas · 2 Sections

Formulas

DDL Commands

CREATE TABLE tablename( attributename1 datatype constraint, attributename2 datatype constraint, : attributenameN datatype constraint);

ALTER TABLE table_name ADD FOREIGN KEY(attribute name) REFERENCES referenced_table_name (attribute name);

DROP TABLE table_name;

DROP DATABASE database_name;

Data Manipulation Commands

INSERT INTO tablename VALUES(value 1, value 2,...);

INSERT INTO tablename (column1, column2, ...) VALUES (value1, value2, ...);

UPDATE table_name SET attribute1 = value1, attribute2 = value2, ... WHERE condition;

DELETE FROM table_name WHERE condition;

Full sheet with units and worked examples

View All

Frequently Asked Questions

What are the important topics in Introduction to Structured Query Language (SQL) for CBSE Class 11 Informatics Practices?
Introduction to Structured Query Language (SQL) covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Introduction to Structured Query Language (SQL) — CBSE Class 11 Informatics Practices?
Understand the core concepts first, then work through the 81 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Introduction to Structured Query Language (SQL) chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Informatics Practices.