What is a database table?
SQL > SQL Table > Create table
517
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 TableName (ID INT, NAME VARCHAR(30) )
Drop syntax:
drop table TableName
Select Syntax:
Select * from TableName
This Particular section is dedicated to Question & Answer only. If you want learn more about SQL. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.