ЁЯТ╛ SQL Practice Questions – Part 1 (Basic Level)

ЁЯФ╣ Question 1 – Create Database

Tamil:

kalvi_maanam роОрой்ро▒ рокெропро░ிро▓் роТро░ு database роЙро░ுро╡ாроХ்роХுроЩ்роХро│்.

English:

Create a database named kalvi_maanam.

ЁЯФ╣ Question 2 – Use Database

Tamil:

роЙро░ுро╡ாроХ்роХிроп database-роР рокропрой்рокроЯுрод்родுроо் command роОро┤ுродுроЩ்роХро│்.

English:

Write the command to use the created database.

ЁЯФ╣ Question 3 – Create Table

Tamil:

students роОрой்ро▒ table роЙро░ுро╡ாроХ்роХி

роЕродிро▓் id, name, age роОрой்ро▒ columns роЪேро░்роХ்роХுроЩ்роХро│்.

English:

Create a table called students with columns id, name, and age.

ЁЯФ╣ Question 4 – Insert Data

Tamil:

students table-ро▓் роТро░ு student record insert роЪெроп்ропுроЩ்роХро│்.

English:

Insert one student record into the students table.

ЁЯФ╣ Question 5 – Insert Multiple Records

Tamil:

роТро░ே command рокропрой்рокроЯுрод்родி

3 students records insert роЪெроп்ропுроЩ்роХро│்.

English:

Insert 3 student records using a single command.

ЁЯФ╣ Question 6 – View Table Data

Tamil:

students table-ро▓் роЙро│்ро│ роЕройைрод்родு records-роР роХாрог்рокிроХ்роХ query роОро┤ுродுроЩ்роХро│்.

English:

Write a query to display all records from the students table.

ЁЯФ╣ Question 7 – Select Specific Column

Tamil:

students table-ро▓் роЗро░ுрои்родு

name роороЯ்роЯுроо் print роЪெроп்ропுроЩ்роХро│்.

English:

Display only the name column from the students table.

ЁЯФ╣ Question 8 – Filter Data

Tamil:

age 18 роЗро░ுроХ்роХுроо் students роороЯ்роЯுроо் роХாроЯ்роЯுроЩ்роХро│்.

English:

Display students whose age is 18.

ЁЯФ╣ Question 9 – Update Data

Tamil:

роТро░ு student-рой் age value-роР update роЪெроп்ропுроЩ்роХро│்.

English:

Update the age of a student.

ЁЯФ╣ Question 10 – Delete Record

Tamil:

роТро░ு student record-роР delete роЪெроп்ропுроЩ்роХро│்.

English:

Delete a student record.

Answer 

Comments

Popular Posts