Тёмный

How to generate MySQL data dictionary from SQL script 

DataResearchLabs
Подписаться 1,5 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@paulovictordemoraesinnocen2282
@paulovictordemoraesinnocen2282 2 месяца назад
Thank you for the video! Saved me so much time as well
@justinels9591
@justinels9591 3 года назад
This is exactly what I was looking for and saved me quite a bit of time on a college project. So glad I found your video!
@DataResearchLabs
@DataResearchLabs 3 года назад
Glad it was helpful!
@marpinpar
@marpinpar 10 месяцев назад
Thank you! Really useful and timesaving
@DataResearchLabs
@DataResearchLabs 10 месяцев назад
Glad it was helpful!
@marianal7428
@marianal7428 2 года назад
Literallly you have saveD my LIFE
@DataResearchLabs
@DataResearchLabs 2 года назад
Am happy the scripts were helpful for you. :)
@bryantshaver6612
@bryantshaver6612 Год назад
this video just saved me so much time! thank you so much for doing this.
@fabsync
@fabsync Год назад
I really enjoyed your teaching method! it will be great to see a tutorial on a full text search with postgresql.. something like searching book content..
@popoy_g
@popoy_g Год назад
hi sir, what is the compatible version of mysql workbench for xampp version 7.4? thanks in advance for ur reply!
@basselbakkar4743
@basselbakkar4743 3 года назад
thank you so mush. can you make a video how to create a database table from mysql data dictionary? it would be kind of you. thanks again
@DataResearchLabs
@DataResearchLabs 3 года назад
Hi Bassel. Most SQL IDE's already have that functionality built in (to generate SQL for Create Table scripts). In MySQL Workbench, try the following: 1. Open MySQL Workbench 2. Right-Click on the table you want to script (in the "navigator" tree control) 3. Select "Send to SQL Editor" then "Create Statement" The exact SQL necessary to create the table will be created. 4. Hit enter twice to give some whitespace below the "CREATE TABLE" statment that was auto-generated. 5. Repeat steps 1-4 again and again for each table you want to add and your script will grow. All primary keys, foreign keys, contraints, etc. will be part of the script. This is a better, simpler, off-the-shelf solution for what you need. I do appreciate your feedback and add some point should do a training video on how to do the above and other tricks with MySQL Workbench.
@basselbakkar4743
@basselbakkar4743 3 года назад
@@DataResearchLabs thank you so much for your answer, but i mean if i have an Excel file with a metadata and i want to create a table according to the metadata in the Excel file but not manually. how can i do that? with another words, i need a script to do that. I hope now it's clear what I want. best regards
@bryanedwardpaguray2978
@bryanedwardpaguray2978 Год назад
how about version 5.5.68-mariadb ?
@digitalmarketinghumans
@digitalmarketinghumans 3 года назад
Does this work for other programs such as DBVisual?
@DataResearchLabs
@DataResearchLabs 3 года назад
Assuming you meant "DBVisualizer" which I'd classify as a universal SQL IDE (Integrated Development Environment), then yes. The reason is that the data dictionary script is just SQL commands that can be run from any IDE -- I've run from MySQL Workbench and DBeaver, so don't see a reason why DBVisualizer would not work.
Далее
Каха и жена (недопонимание)
00:37
Learn SQL in 1 Hour - SQL Basics for Beginners
1:02:23
Просмотров 3,6 млн
MySQL Workbench: Interface Tour - SQL Tutorial #8
5:52
Data Modeling in the Modern Data Stack
10:14
Просмотров 102 тыс.
How to generate a Data Dictionary?
6:18
Просмотров 827
MSSQL Data Dictionary Generator - Overview
8:22
Просмотров 2,7 тыс.
Create MySQL Database - MySQL Workbench Tutorial
17:16
Просмотров 625 тыс.