C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
What is data dictionary?
Vinod Bakshi
13y
6.4k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Dictionaries provide fast lookups, based on keys, to get values. With them, we use keys and values of any type, including int and string.
Piyush chhabra
10y
1
data dictionary is a set of database tables used to store information about a database's definition.
Pradeep
10y
0
Data dictionary is a data structue to store or hold data in the form of key and related value.
Gokul Rathod
11y
0
Data dictionary is a file which consists of the basic definitions of a database. It contains the list of files that are available in the database, number of records in each file, and the information about the fields.orData dictionary is a repository to store all information. Meta data is data about data. Meta data is data that defines other data. Hence, the data dictionary can be metadata that describes some information about the database.
avinash tyagi
11y
0
data dictionary contains a list of all files in the database, the number of records in each file, and the names and types of each field
Sumit Ghule
12y
0
What is PROJECTION Operation?
What are the advantages of View
Message