Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8116453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:50:40+00:00 2026-06-06T03:50:40+00:00

I have two tables user and email. One user can have multiple emails so

  • 0

I have two tables user and email. One user can have multiple emails so its a seperate table(that contains user_id as part of its primary key).
I would like to insert multiple attributes into user table and one email into email table as well.
What is the best way to do that with mySQL query.
Is there any single line command that will do that??

If i cant do that with just with mySql I can use php script as well

Update
I see that people are misunderstanding my question.
All i want to do is to insert values like username password into my user table and one email into the linked email table (the one linked to the same user)
I wonder what is the best way to do it in mySQL (and if necessarly Php)

I would like the answer to include the mySQL query (and php scrips as well if necessarily)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:50:42+00:00Added an answer on June 6, 2026 at 3:50 am

    The best way is to do it in a transaction. That way, if the e-mail insert fails the entire transaction will also fail.

    BEGIN;
    
    INSERT INTO users (name)
    VALUES ('Emil Vikström');
    
    INSERT INTO emails (user_id, email)
    VALUES (LAST_INSERT_ID(), 'email address');
    
    COMMIT;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables user table user_id | name | 1 | peter |
I have two tables. One user table and one table in which results are
I am facing a situation and need help. I have two tables: user: user_id
I have two tables in my database: user and media_contact . The media_contact table
I have two tables, a user table and a application table: User id username
I have two table User userID username email 1 abc abc@abc.com 2 def def@def.com
I have a simple mySQL problem-- I have two tables, one is a user's
I have three tables, table one (tableA) containing users data like name and email,
I have two tables for storing information about a user. One is for authentication,
Hi ok I have two tables one called Login and one called User there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.