<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="../../common/rss.css" ?>
<rss version="2.0">
<channel>
<title>Bucaro TecHelp : Programming : MySQL</title>
<link>http://bucarotechelp.com/program/mysql</link>
<description>
This section contains information about MySQL database programming.
</description>
<language>en-us</language>
<pubDate>Wed, 07 Jul 2021 08:43:28 GMT</pubDate>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>10 NoSQL Misconceptions</title>
<link>http://bucarotechelp.com/program/mysql/77052401.asp</link>
<description>
NoSQL is a rapidly evolving market and many misconceptions have been formed, for example that NoSQL databases aren't secure, lose data, and are not ACID compliant.
</description>
<pubDate>Wed, 07 Jul 2021 08:43:28 GMT</pubDate>
</item>
<item>
<title>Common Features of NoSQL</title>
<link>http://bucarotechelp.com/program/mysql/77072102.asp</link>
<description>
Four core features of NoSQL apply to most NoSQL databases: a schema isn't required, no relationships between records, cheap off-the-shelf servers can be used, database can be distributed accoss servers.
</description>
<pubDate>Mon, 10 May 2021 10:08:17 GMT</pubDate>
</item>
<item>
<title>Learn SQL and Create a Database With Only Your Web Browser</title>
<link>http://bucarotechelp.com/program/mysql/81060701.asp</link>
<description>
WebSQL is an API built-in to Google's Chrome web browser that allows you to use JavaScript to create and manage SQL databases. It's mind-boggling to me that you can create and manage an SQL database with nothing more than your web browser.
</description>
<pubDate>
Fri, 23 Jun 2017 20:53:18 GMT
</pubDate>
</item>
<item>
<title>Database Administration</title>
<link>http://bucarotechelp.com/program/mysql/82102102.asp</link>
<description>
This is the definitive, technology-independent guide to the modern discipline of database administration. Packed with best practices and proven solutions for any database platform or environment, this text fully reflects the field’s latest realities and challenges.
</description>
<pubDate>
Mon, 08 Feb 2016 16:15:31 GMT
</pubDate>
</item>
<item>
<title>Entity-Relationship Diagrams</title>
<link>http://bucarotechelp.com/program/mysql/82110602.asp</link>
<description>
An entity-relationship (ER) model represents the structure of a database, where data equates to entities (or objects) that are linked by relationships expressing dependencies and requirements.
</description>
<pubDate>
Tue, 26 Jan 2016 20:45:37 GMT
</pubDate>
</item>
<item>
<title>Build Relational Databases in Seven Steps</title>
<link>http://bucarotechelp.com/program/mysql/82112001.asp</link>
<description>
Many web applications revolve around a relational database. So to create a good application design, you should always create a good database design. Database design is a step-by-step process.
</description>
<pubDate>
Mon, 11 Jan 2016 22:19:55 GMT
</pubDate>
</item>
<item>
<title>Introduction to SQL (Structured Query Language)</title>
<link>http://bucarotechelp.com/program/mysql/85041101.asp</link>
<description>
IBM developed its relational database management system by creating a language initially named SEQUEL (Structured English Query Language). However IBM's legal department found a possible copyright issue with the name SEQUEL. So they decided to drop the vowels and call the language SQL.
</description>
<pubDate>
Thu, 20 Aug 2015 17:30:06 GMT
</pubDate>
</item>
<item>
<title>The Entity-Relationship Model</title>
<link>http://bucarotechelp.com/program/mysql/85050102.asp</link>
<description>
After you have a data model that meets the organizations business requirements, the easiest way to transform that model into a relational database is to first transform that model into an entity-relationship model.
</description>
<pubDate>
Thu, 30 Jul 2015 20:59:30 GMT
</pubDate>
</item>
<item>
<title>What is an Entity Relationship Diagram?</title>
<link>http://bucarotechelp.com/program/mysql/85051502.asp</link>
<description>
Entity Relationship diagram is simply a graphical concept which shows the flow of information input and output. Entity relationship diagram has three main components, entity, attribute, and relationship.
</description>
<pubDate>
Fri, 10 Jul 2015 17:02:45 GMT
</pubDate>
</item>
<item>
<title>Database Management Basics - What You Need to Know</title>
<link>http://bucarotechelp.com/program/mysql/85052102.asp</link>
<description>
When they start throwing terms around like schema, SQL, transaction processing or relational design, wouldn't you like to understand what they're talking about?
</description>
<pubDate>
Fri, 10 Jul 2015 17:02:45 GMT
</pubDate>
</item>
<item>
<title>Introduction to SQL Database Design</title>
<link>http://bucarotechelp.com/program/mysql/85052101.asp</link>
<description>
A Database is the storage of data in what are called tables. Without knowing what kind of data you are planning on storing, you will not know how to create the tables.
</description>
<pubDate>
Fri, 10 Jul 2015 15:07:41 GMT
</pubDate>
</item>
<item>
<title>Use Perfmon and SQL Profiler Together to Troubleshoot SQL Server Performance Issues</title>
<link>http://bucarotechelp.com/program/mysql/85052202.asp</link>
<description>
A great technique for troubleshooting SQL Server performance issues is to use Perfmon and SQL Profiler together. Each tool give you insight into what is happening with your database server, but combined they can narrow down your performance issue to specific events or statements.
</description>
<pubDate>
Thu, 09 Jul 2015 21:18:57 GMT
</pubDate>
</item>
<item>
<title>How to Connect to an Unresponsive SQL Server: Direct Admin Connection</title>
<link>http://bucarotechelp.com/program/mysql/85052201.asp</link>
<description>
When SQL Server stops responding but is still, the first impulse is to reboot SQL Server. This may stop the symptom, but will not tell you anything to help you prevent the cause.
</description>
<pubDate>
Thu, 09 Jul 2015 17:50:30 GMT
</pubDate>
</item>
<item>
<title>SQL 2012 Data Tools</title>
<link>http://bucarotechelp.com/program/mysql/85052402.asp</link>
<description>
Data Tools (SSDT) is a tool set designed for use by Microsoft with SQL Server and SQL Azure to facilitate database design. Features include business intelligence (BI) tools, rapid data discovery, and data warehousing, among others.
</description>
<pubDate>
Tue, 07 Jul 2015 16:06:57 GMT
</pubDate>
</item>
<item>
<title>Microsoft SQL Azure - Microsoft Takes SQL Databases to the Clouds</title>
<link>http://bucarotechelp.com/program/mysql/85052401.asp</link>
<description>
SQL Azure provides data storage in the cloud, much like Amazon S3 and many Google Apps. One of the big advantages for SQL Azure is that relational queries can be made against data stored in the cloud, regardless of whether they are structured.
</description>
<pubDate>
Tue, 07 Jul 2015 15:05:48 GMT
</pubDate>
</item>
<item>
<title>Language Integrated Queries (LINQ) and Visual Basic</title>
<link>http://bucarotechelp.com/program/mysql/85052502.asp</link>
<description>
LINQ is a better version of SQL - it is a part of ADO.NET and is integrated with VB.NET. LINQ now has the long missing option of using Visual Basic functionality in the data selection process.
</description>
<pubDate>
Mon, 06 Jul 2015 15:43:56 GMT
</pubDate>
</item>
<item>
<title>Conversion of Access Database Systems to Visual Basic Dot NET and SQL Server</title>
<link>http://bucarotechelp.com/program/mysql/85052501.asp</link>
<description>
Microsoft will continue supporting VBA for many years to come, but the programming emphasis is rapidly changing in favour of Visual Basic.Net and SQL Server.
</description>
<pubDate>
Mon, 06 Jul 2015 15:04:07 GMT
</pubDate>
</item>
<item>
<title>Working With Numbers in PHP</title>
<link>http://bucarotechelp.com/program/mysql/88100901.asp</link>
<description>
One of the most important things to consider in using arithmetic operators is operator precedence, that is, the order in which the operations are performed.
</description>
<pubDate>
Mon, 20 Feb 2012 17:53:40 GMT
</pubDate>
</item>
<item>
<title>Working With Strings in PHP</title>
<link>http://bucarotechelp.com/program/mysql/88101201.asp</link>
<description>
Computer programs usually work with some form of data. One of the most common forms of data used in PHP is a text character or an array of text characters. An array of text characters is called a string.
</description>
<pubDate>
Fri, 17 Feb 2012 16:23:42 GMT
</pubDate>
</item>
<item>
<title>PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide</title>
<link>http://bucarotechelp.com/program/mysql/88101301.asp</link>
<description>
This book teaches how to develop dynamic Web sites with PHP and MySQL. The information is presented in a step-by-step approach. The focus is on real-world, practical examples.
</description>
<pubDate>
Thu, 16 Feb 2012 15:57:38 GMT
</pubDate>
</item>
<item>
<title>Introduction to Variables in PHP</title>
<link>http://bucarotechelp.com/program/mysql/88101502.asp</link>
<description>
Computer programs usually work with some form of data. This article is an introduction to variables in PHP.
</description>
<pubDate>
Tue, 14 Feb 2012 17:52:19 GMT
</pubDate>
</item>
<item>
<title>Creating Webpages with PHP</title>
<link>http://bucarotechelp.com/program/mysql/88110101.asp</link>
<description>
This article is an introduction to the PHP server-side scripting language where you learn how to create webpages with PHP.
</description>
<pubDate>
Mon, 30 Jan 2012 16:08:13 GMT
</pubDate>
</item>
<item>
<title>Run PHP From Flash Key With Server2go</title>
<link>http://bucarotechelp.com/program/mysql/88112601.asp</link>
<description>
Do you want to learn (or teach) PHP and / or MySQL, but don't want to install a web server + PHP + database on your PC? Server2go is a neat little application that you can put on a USB flash drive and run your PHP MySQL webpages from there.
</description>
<pubDate>
Thu, 05 Jan 2012 22:59:00 GMT
</pubDate>
</item>
<item>
<title>Gettting Started With MySQL Database</title>
<link>http://bucarotechelp.com/program/mysql/97102050.asp</link>
<description>
MySQL is a powerful relational database management system. The fact that MySQL is used by many major organizations such as Yahoo, NASA and the U.S. Census Bureau  proves that it can outperform the big name database management systems.
</description>
<pubDate>
Thu, 05 Jan 2012 22:59:00 GMT
</pubDate>
</item>
<item>
<title>A Free Windows Graphical Interface to MySQL</title>
<link>http://bucarotechelp.com/program/mysql/97102070.asp</link>
<description>
In my previous article "Gettting Started With MySQL Database" we installed MySQL on Windows and worked with it using MySQL monitor in a DOS window. In this article, rather than work with a DOS window, we will use a free Windows Graphical Interface to MySQL.
</description>
<pubDate>
Thu, 05 Jan 2012 22:59:00 GMT
</pubDate>
</item>
<item>
<title>Program a Visual Basic MySQL Database</title>
<link>http://bucarotechelp.com/program/mysql/97102090.asp</link>
<description>
In my previous article we used MySQLGUI for executing SQL queries on our example database. In this article I show you how to program a simple MySQL database browser using Visual Basic. I assume that you already know how to program a simple Visual Basic .EXE project.
</description>
<pubDate>
Thu, 05 Jan 2012 22:59:00 GMT
</pubDate>
</item>
</channel>
</rss>