Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in SQL by (55.6k points)

Can anyone tell me how many types of tables are there in SQL?

1 Answer

0 votes
by (119k points)
edited by

There are three types of tables in SQL such as base, view, and merged. The data in these tables has different properties from other tables.

Base: A table that is created by importing a CSV or spreadsheet.

View: A table that is populated by data from a base table.

Merged: A table formed by combining two or more tables into a single new table.

If you are interested to learn SQL, then register for the best online SQL courses by Intellipaat that offers instructor-led training, certification, and job assistance

Also, watch this video on SQL to understand more:

Related questions

0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
asked Jan 17, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer

Browse Categories

...