sql in base

Class 10 IT 402 RDBMS – SQL Commands in OpenOffice Base Notes

sql in openoffice base

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 »

Structured Query Language (SQL ) in OpenOffice.org Base

SQL in OpenOffice base Question Answer

Structured Query Language SQL in OpenOffice.org Base 1. What is SQL? Answer: SQL stands for Structured Query Language. SQL is a Query language used to communicate with a relational database. It is used to make queries in databases and information systems. 2. How do you pronounce SQL? Answer: SQL is pronounced as “ess-que-el” or “see-quel”.

Structured Query Language (SQL ) in OpenOffice.org Base Read More »

You cannot copy content of this page

Scroll to Top