What is a database table?
Long Answer
Views 424
Answer:
Database table: Table contains records in the form of rows and columns. A permanent table is created in the database you specify and remains in the database permanently, until you delete it.
Syntax:
Create table
Drop syntax:
Select Syntax:
Create table TableName (ID INT, NAME VARCHAR(30) )
Drop syntax:
drop table TableName
Select Syntax:
Select * from TableName
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of SQL, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.