Class 10 IT 402 RDBMS – SQL Commands in OpenOffice Base Notes
Class 10 information Technology Code 402 | Unit 3 – RDBMS SQL Commands in OpenOffice Base CREATE TABLE Command: This command is used to create a new table or relation. The syntax for this command is: CREATE TABLE <table name>( <column1> <datatype> [constraint] , <column1> <datatype> [constraint], <column1> <datatype> [constraint], ); where []=optional The keyword CREATE […]
Class 10 IT 402 RDBMS – SQL Commands in OpenOffice Base Notes Read More »