Class X Information Technology Code402 - Unit3 - Important - QA
Class X Information Technology Code402 - Unit3 - Important - QA
WWW.STUDYKEEDA.IN 2
1. ONE to ONE
2. ONE to MANY OR MANY to ONE
3. MANY to MANY
Fill in the blanks :
1. The types of languages used for creating and manipulating the data in the
Database are DDL & DML
2. A Queries is a standard for commands that define the different structures in
a database.
3. A DML is a language that enables users to access and manipulate data in a
database.
4. A SELECT is a part of DML involving information retrieval only.
5. A popular data manipulation language is SQL.
Important Notes
The DDL commands in SQL are used to create database schema and to
define the type and structure of the data that will be stored in a
database.
WWW.STUDYKEEDA.IN 3
SQL DDL commands are further divided into the following major
categories:
1. CREATE.
2. ALTER.
3. DROP.
4. TRUNCATE.
WWW.STUDYKEEDA.IN 4
SELECT * from employee;
Select Query with condition:
Select Query with some fields not all data from table;
INSERT Query
WWW.STUDYKEEDA.IN 5