I want to generate ER - Diagram for existing database. I created .dbm file but in diagram I see only table names all in a row. I am not able to see columns and relationship between tables. How can i see ER- diagram.
Visualizing data model using data Studio 4.1
2.8k Views Asked by Vipin At
1
There are 1 best solutions below
Related Questions in DB2
- How to grant privileges to current user
- Drop DB2 database if exist
- DB2, Hibernate, JPA: Schema does not exist
- Can you check for a DB2 license in C#?
- DB2 Join Query that Maximizes Column
- How to access a Row Type within an Array Type in DB2 SQL PL
- IBM DB2 native encryption applied on live database
- Using an ODBC connection in Access get retrieve data from DB2
- join 2 tables and get some columns from 1st table and max timestamp value from second table
- How to connect to DB2 SQL database with node JS?
- TRANSLATE not working inside XMLAGG
- Cannot initialise HikariCP pooled connection, Failure in loading native library db2jcct2
- published reports don't work - Database logon failed Error
- 1 Working Day Back In SQL DB2
- In java with DB2 parallel process: I got Deadlock Exception :DB2 SQL Error: SQLCODE=-911, SQLSTATE=40001, SQLERRMC=2, DRIVER=3.59.81
Related Questions in ENTITY-RELATIONSHIP
- Listing specific requirements on Access Database form
- Entity framework conditional entity relation
- Filter Core Data objects by relationship
- Creating the ER Model after the creation fo the database
- Entity Model Zero to Many Relationship
- Implement isA relationship in SQL SERVER, cannot insert in anyside
- Convert ER-Win model to Aqua Data Studio
- ER diagram in monitoring and tracking-change system
- Many to Many Relationship Entity Framework
- What's diference between entity-relationship and domain-model
- Representation of Lookup table
- Joining multiple relationships in swift
- Check BCNF at movie database?
- JPA: OneToMany relationship with multiple mappedBy attributes
- Get all users and order by the number of post in symfony
Related Questions in DATAMODEL
- Elasticsearch data model
- MongoDB data modeling issue
- Logical Data Model from XMI file
- How can i calculate the balance in excel's powerpivot?
- What benefits do I get from using ODataModel vs. JSONModel?
- How to create ASP.Net MVC DropDownList with required validation
- Visualizing data model using data Studio 4.1
- Cassandra Hierachy Data Model
- Cassandra DataModel Designing, Composite Key vs Super Column
- How does ExtendedTableDataModel reset method work? Is there documentation?
- How to design a datamodel with different data items and group them in one grid?
- Proper data model for a 2D Tilemap (C++, Qt)
- Sharing a domain model between different software modules.
- How can I create a table with dynamic columns using asp.net controls?
- How to define a data model for the following requirement in C++
Related Questions in IBM-DATA-STUDIO
- Visualizing data model using data Studio 4.1
- IBM Data Studio Connection error SQL1035N
- Stored Procedure Wizards in IBM Data studio 2.2.1.0
- IBM Data Studio - Run SQL Shortcut
- Trying to use temporary table in IBM DB2 and facing issues
- Why is not running package in Data Client IBM? Why this is software doesnt see functions and procedures?
- How to execute compound sql in DB2
- Default schema in procedures
- IBM Data Studio unload/extract works, but load doesn't populate table with special characters properly?
- SQL compile error trying to load data from .csv
- Tool for comparing two databases and creating ALTER scripts to sync them
- Temp table for user defined functions
- Increasing SQL result column limit on IBM Data Studio
- Using field alias in MSQuery does not work with DB2
- Capricious date constants in stored proc call
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I got answer in data studio forum.
Columns can be displayed by changing the properties view. Click a blank area of the diagram and in the filtering tab of the properties and change the display options. To see relationship right click on blank space and click on show implicit relationships.