Database Operations
You can use the execute function and other
                                    Database Toolbox™ functionality to perform numerous database operations.
                                For example, use the runstoredprocedure
                                function to run a stored procedure. You can alter database structure
                                by creating tables and adding columns. The
                                    rollback and commit
                                functions enable you to manage database transactions. Or, you can
                                execute the corresponding SQL statements by using the
                                    execute function.
Functions
Topics
- Run Custom Database FunctionRun a custom database function on Microsoft® SQL Server®. 
- Change Database Connection CatalogSwitch between different database catalogs. 
- Roll Back Data in DatabaseExecute ROLLBACKSQL statement by using theexecutefunction.
- Create Table and Add ColumnManage database structures using the CREATEandALTERSQL statements.
- Delete Data from DatabasesDelete data from your database using MATLAB®.