How to organize large set of database tables in ERD diagram? [closed] - erd

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
Say for e.g. I have 100 of tables in a database and I use SQL Server 2008 to generate the ERD diagram for me. How can I logically group the related tables so that at one glance user will only see the portion they want to see rather than the whole lot of tables in the database relationship?

You can create more than one diagram, showing the various areas of your database

Related

Optimizing My Movie Website Required The Best Way to Recommend Similar Filmste [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
what's the best way to recommend similar movies on my website? Should I get an API key from a database to generate the recommendations, or is there a better way to do it?
i just writing blog on site but i need better guidline to improve my ranking on google serp.

When is it appropriate to use metamodels instead of an expensive analysis? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
When should one consider using a metamodel in place of an expensive analysis component? I haven't actually seen an example of an openMDAO project that uses metamodels yet, so I was wondering if they're recommended or whether it's still best to treat expensive analyses like normal ones.
Using a metamodel is a trade-off. You trade accuracy vs execution time so it is up to you in your context.

R - delete records from data frame [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a file with 120k records and the key is the username. I want to delete records for some username.
Delete all records for username in "ABC","dd","EEE" etc.
I am using R language
You could also use this.
df1[!(df1$username %in% c("ABC","dd","EEE")),]
df1[!(df1$username %in% c("ABC","dd","EEE")),]
Let me know if its still not working.
~Ashish

plone 4 mySQL display [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am using Plone 4.3 and I would like to connect to a MySQL database and display the results of a query in a webpage.
How can I do that?
Thanks in advance,
Andrew
Some years ago I developed an add on for doing exactly that thing:
https://pypi.python.org/pypi/redturtle.sqlcontents
It uses sqlalchemy.
You may want to include in your buildout MySQL-python.
Read the package documentation with attention: it stresses out some important remark about security.

in html is possible to input excel spreadsheet of data and form a graph? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to create a program which allow in html to read excel data and form a graph but I do not know how to do it.
Any idea how to do it? Possible then could you send me a link I can look to start the project?
Take a look at js-xlsx(https://github.com/SheetJS/js-xlsx) library using tha t you can parse excel files.

Resources