3.1.1 Types of SQL Commands

3.1.1 এছকিউএল কমাণ্ডৰ প্ৰকাৰ

There are five types of SQL commands: DDL, DML, DCL, TCL, and DQL.

পাঁচ প্ৰকাৰৰ এছকিউএল কমাণ্ড আছে: ডিডিএল, ডিএমএল, ডিচিএল, টিচিএল, আৰু ডিকিউএল।

1. Data Definition Language (DDL)

ডাটা সংজ্ঞা ভাষা (ডিডিএল)

DDL changes the structure of the table like creating a table, deleting a table, altering a table, etc. All the commands of DDL are auto-committed, which means it permanently saves all the changes in the database.

ডি.ডি.এল.-এ তালিকাৰ গাঁথনি সলনি কৰে যেনে টেবুল এখন সৃষ্টি কৰা, টেবুল এখন বিলোপ কৰা, টেবুল সলনি কৰা ইত্যাদি। ডিডিএল-ৰ সকলো কমাণ্ড স্বয়ং-প্ৰতিশ্ৰুতিবদ্ধ, যাৰ অৰ্থ হৈছে ই ডাটাবেছৰ সকলো পৰিৱৰ্তন স্থায়ীভাৱে সংৰক্ষণ কৰে।

Here are some commands that come under DDL:

ডিডিএল-ৰ অধীনত অহা কিছুমান আদেশ ইয়াত দিয়া হৈছে:

• CREATE

সৃষ্টি কৰক

• ALTER

অলটাৰ

• DROP

ড্ৰপ

• TRUNCATE

ট্ৰাঙ্কেট