| | Hello Programmers! Today we are covering how to edit a MySQL database, and in particular how to remove an entire table and all of its contents. Have a great week! | | Remove an entire table with: drop table If you want to remove an entire table from your database you can do so using drop. Be careful when doing this because you will preeminently lose all of the... Read more | Switch databases using the use command If you are working with more than one database you can switch between them using the use command. For example if you had a database called "Pandas" and a database... Read more | Use floor to always round down The floor function is used to always round down. For example: 2.1 and 2.9999999 would both round down to 2. This is sometimes used because you can't have a fraction... Read more | Security for PHP and MySQL When using PHP and MySQL it is important to program in a safe way to keep out hackers and risk losing sensitive information. | | | | Related Searches | | | | Featured Articles | | | | | | Sign up for more free newsletters on your favorite topics | | | | You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here. About.com respects your privacy: Our Privacy Policy Contact Information: 1500 Broadway, 6th Floor New York, NY, 10036 © 2012 About.com | | | | Must Reads | | | Follow me on: | | | | Advertisement | |
No comments:
Post a Comment