Your feedback is highly appreciated! Let's make Vertabelo even better.
Keine ähnlichen Beiträge gefunden.
0
Wird überprüft
Adding a group to view my large schema
I'd like to add a group of email addresses to view my large database schema.
I don't want to have to pay individually for each member because they are based around the world and I do not have access to their email addresses. I would like to add them to my account. I have tried setting up a company account but the members are unable to view because there are too many tables.
Is this possible?
I don't want to have to pay individually for each member because they are based around the world and I do not have access to their email addresses. I would like to add them to my account. I have tried setting up a company account but the members are unable to view because there are too many tables.
Is this possible?
Antwort
anonymous
vor 10 Jahren
Well, I think it'd be much more useful to learn about database basics and good DB design rather than SQL. We even created a series of videos called "Vertabelo Database Academy" that you can find on YouTube:
https://www.youtube.com/playlist?list=PLghpIrBTN3RJdlnubOCuCmQMQOkgKAYWI
If you want to learn SQL, you can look at the changes in generated SQL while adding tables, references, indexes, keys, etc to your model. This might help you to understand the structure of DDLs. However, it won't be much helpful to learn SQL queries. Here, I'd recommend SQL Fiddle, which allows you to run queries against database "in cloud". You can use SQL script generated with Vertabelo to create a DB structure in SQL Fiddle and then play with inserting, updating and querying the data.
Hope this helps.
https://www.youtube.com/playlist?list=PLghpIrBTN3RJdlnubOCuCmQMQOkgKAYWI
If you want to learn SQL, you can look at the changes in generated SQL while adding tables, references, indexes, keys, etc to your model. This might help you to understand the structure of DDLs. However, it won't be much helpful to learn SQL queries. Here, I'd recommend SQL Fiddle, which allows you to run queries against database "in cloud". You can use SQL script generated with Vertabelo to create a DB structure in SQL Fiddle and then play with inserting, updating and querying the data.
Hope this helps.
+1
Fixed
How do i move a model into my team account ?
I have bought a team subscription... but your system won't let me move my models ? How do I move them into team account ?
0
Fixed
Typo in bonus-page
On http://www.vertabelo.com/bonus-points there's a typo at the end: "For new and valueble feature request..."
0
Beantwortet
How to change the text size
Mengzhou Fang vor 10 Jahren
•
aktualisiert von Agnieszka Kozubek-Krycuń (Chief Scientist) vor 10 Jahren •
1
When I export an PDF, my printout looks so tiny. I need to make the text size larger. But I can't
0
Not a bug
SQL Server Model with column name of Order adds quotes
Kindler Chase vor 10 Jahren
•
aktualisiert von Rafał Strzaliński (Senior Engineer) vor 10 Jahren •
6
When adding a table for SQL Server and with a column name of Order, the generated SQL incorrectly adds quotes around the column name:
The generated SQL should be using brackets:
I haven't tried other key words; if you fix this, I'd suggest testing other key words as well.
Thanks!
-- tables-- Table: OrderTest CREATE TABLE OrderTest ( "Order" int NOT NULL, Value varchar(250) NOT NULL ) ;
The generated SQL should be using brackets:
-- tables-- Table: OrderTest CREATE TABLE OrderTest ( [Order] int NOT NULL, Value varchar(250) NOT NULL ) ;
I haven't tried other key words; if you fix this, I'd suggest testing other key words as well.
Thanks!
0
Fixed
Allow .media and other new top level domains in email address validation
I was not able ot use my work email address sam@seed.media to sign up
0
Fixed
Prepaid Code Purchase Destination
When I am on the pricing page and click the premium account pay per day link, it just takes me to one of my model's page. I want to pay money but can't!
0
Abgelehnt
Interclassement
How can I change the Interclassement...? By default he is to latin1_swedish_ci.. I want it to utf8
+5
Not a bug
Email confirmation cannot be sent
I tried to send forgot password request it was sent, and trying to login it said my account is inactive but the email did not sent to my inbox, even not in spam. And there is no button to resend confirmation mail.
Please help
Please help
Customer support service by UserEcho