consider a database named carportal with table cars containing the following columns 5150487
Consider a database, named carportal with table cars, containing the following columns/fields and information: a-Write the code to make connection to the database on localhost server, with MySQL user “root” and password empty b-Write the SQL query to select all records from the table cars Please use this code and complete it: