Beginners MYSQL Database Tutorial 3 # MySQL INSERT Statement Query




MySQL INSERT Statement Searches related to insert statement mysql insert select statement mysql insert statement mysql java update statement mysql delete …

Original source


36 responses to “Beginners MYSQL Database Tutorial 3 # MySQL INSERT Statement Query”

  1. How to open SQL Window, which is appearing on video. On the first day when I installed it appears on screen now is unable to open the window. Where to click for open SQL Window

  2. I cant stand these damn links to the next video. Just spent a minute trying to click the x so that I can see the actual video behind it. But the x is behind the more info button on my screen. I don't know if it was like this for anyone else. But why put all the links in the beginning and middle of the video. What am I gonna do skip the last half of tut 3 and go to 4. At least put the links in the right spot so you don't make your video's annoying as fk.

  3. Thanks in advance 🙂

    This is the correct form to write any insert query and your query is not correct.

    INSERT INTO `database123`.`edata` (`idEmployeeInfo`, `name`, `surname`, `age`) VALUES ('your_employee_id', 'your_name', 'your_surname', 'your_age');

    Regards 😉

    Ali Sattar

  4. I know you made this video many years about but I wanted to give you full credits for posting it. Especially with the error in it that you then solve during the vid. I am glad you didn't decide to re-shoot it but posted it as you worked on it. Nice work.

  5. I have a question if someone can help.
    when I create a new database, Where mySQL save that file? If I need to copy that database at other Machine.
    Or how can I copy an existing database to other machine?

  6. if you are using the last version of mysql, then to edit the table select "select rows – limit 1000". After inserting the information select "apply" button, and after- "execute " button = "lightning" . When you will run again "select rows" you will see your previously inserted information . 

  7. after add my information y click in apply and show me this error :

    "ERROR 1366: Incorrect integer value: 'negocios' for column 'id_departamento' at row 1
    SQL Statement:
    INSERT INTO `examen_db`.`departamento` (`id_departamento`, `nombre`, `profesores`, `cursos`) VALUES ('negocios', 'administracion', 'jorge ', 'espanol')

Leave a Reply