+ 16
in sql table is used for databse why?
in this course we use tables for any data. please explain it quickly and correctly.
11 ответов
+ 11
i found it.
table is more relevent source to find any match quickly.
+ 7
tables are a storage used to normalize your data. normalization is the idea data is not duplicated. it makes it efficient to find data and store it.
+ 1
It is efficient for storing and finding data more easy compare to other database
0
to reduce the time of searching the data in the database using indexing concept...
0
mungkin dia lelah
0
information is easily accessible while stored in an organized table
0
this means that a table can hold any kind of data, this could be a person information like first name, last name.... or it could be a book information like title, page numbers....
0
A table arranges data in an easy to access manner, similar to rows and columns in an excel sheet
0
by default master database is selected so we need to use USE DATABASE_NAME
GO
0
tables are records which are kept In order and which can be viewed as per your requirement. Huge data's which cannot be kept in a flat files can be kept in tables under columns and rows help an user to retrieve the data as per the convince with no time.
0
In a Database , Information are Stored in Rows and Columns so that we can search our match Quickly