Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What is a cluster Key ?
3
like
0
dislike
Group of tables physically stored together because they share common columns and are often used together is called Cluster.
But I m not understand What is a cluster Key ? please tell me about cluster Key
Thanks in advance...........
asked
1 year
ago
by
daneim
(
127,080
points)
database
cluster-key
tables
physically
1 Answer
1
like
0
dislike
Best answer
The related columns of the tables are called the cluster key. The cluster key is indexed using a cluster index and its value is stored only once for multiple tables in the cluster.
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
4
like
0
dislike
1
answer
What does MySQL modify in my newly created tables?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
database
tables
6
like
0
dislike
1
answer
What is a primary key? What is a foreign key?
asked
1 year
ago
by
eagles11
(
179,830
points)
primary-key
database
9
like
0
dislike
1
answer
what is a "primary key" in DBMS
asked
1 year
ago
by
WebMaster-Admin
(
36,670
points)
primary-key
dbms
database
6
like
0
dislike
1
answer
What is better to use?
asked
1 year
ago
by
starcaller
(
24,080
points)
div
tables
speed
website
6
like
0
dislike
1
answer
What are ENUMs used for in MySQL?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
tables