हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Write any three DDL commands. - Computer Science

Advertisements
Advertisements

प्रश्न

Write any three DDL commands.

टिप्पणी लिखिए

उत्तर

  1. CREATE TABLE Command:
    You can create a table by using the CREATE TABLE command.
    CREATE TABLE Student
    (Admno integer,
    Name char(20), \
    Gender char(1),
    Age integer,
    Place char(10),
    );
  2. ALTER COMMAND:
    The ALTER command is used to alter the table structure like adding a column, renaming the existing column, changing the data type of any column or size of the column, or deleting the column from the table.
    Alter table Student add address char;
  3. DROP TABLE:
    The drop table command is used to remove a table from the database.
    DROP TABLE Student;
shaalaa.com
SQL Commands and Their Functions
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Structured Query Language (SQL) - Evaluation [पृष्ठ २३१]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 12 Structured Query Language (SQL)
Evaluation | Q 3. | पृष्ठ २३१
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×