There can be many reasons to delete all records in a MySQL Database table and there are two ways you can acheive this using the “truncate” command or by using the “delete” command. While the ultimate net result is the same, there are differences you should know.
Tag: records
DNS and DNS FAQ
DNS stands for Domain Name Service or Domain Name System. As it suggests is a simple system, which translates the meaningful Hostnames and Domain Names into valid IP Addresses. Without a DNS System, internet will not be what it is today. Imagine remembering IP Address for various resources on the Network or on the Internet than calling by names like bbc.co.uk or www.google.com, which is almost next to not possible. (more…)