Computer Science, asked by Tankion2452, 1 year ago

Which PHP function is used to insert data into an existing MySQL table?

Answers

Answered by PiyushSinghRajput1
5

To add a new column to an existing table, you use the ALTER TABLE ADD COLUMN ... Let's insert some rows into the vendors table. ... Let's check the data in the vendors table.

Answered by DynamicPlayer
2

Explanation:

Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development. That includes back end development, software development, data science and writing system scripts among other things.

Similar questions