You are seeing our new document Reader view. Click here to revert. Feel free to leave us feedback on this feature .
×
  • Embed Doc
  • Readcast
  • Collections
  • 1
    CommentGo Back
 
SQL - Structured Query Language
SQL
stands for Structured Query Language and is used to pull information from databases.SQLoffers many features making it a powerfully diverse language that also offers a secure way to work withdatabases.
SQL - Fundamentals
SQL alone can input, modify, and drop data from databases. In this tutorial we use command lineexamples to show you the basics of what we are able to accomplish. With the use of web languagessuch as HTML and PHP, SQL becomes an even greater tool for building dynamic web pages. To getstarted you will need a working database program such as Oracle, DB2, SQL Server, or Mysql.For more information and installation help on either of the above database programs, we suggestyou go straight to the developer homepages at:
SQL - World Wide Web
SQL has become a popular among web designers due to its flexibility and simplicity. With somebasic knowledge of HTML, PHP, and a database program such as MySQL, a web designer is capableof creating some of the most complex of web sites. Most of the concepts demonstrated here in thetutorial are also great for web programming.
SQL - What's a Database?
A database is nothing more than an empty shell, like a vacant warehouse. It offers no realfunctionality what so ever, other than holding a name. Tables are the next tier of our tree offering awide scope of functionality. If you follow our warehouse example, a SQL table would be the physicalshelving inside our vacant warehouse. Each SQL table is capable of housing 1024 columns(shelves).Depending on the situation, your goods may require reorganization, reshelving, or removal. SQL tablescan be manipulated in this same way or in any fashion the situation calls for.
SQL - Four Principles of Database Design
When designing and implementing a database, keep in mind these four guidelines.
Atomicity
Your coded statements flow without the constant need to update or "fix" your data.
Consistency
Your statements are either executed 100% or fail 100%, do not implement code that partially works.
Isolation
Keep data files and logs away from public eyes, and limit the number of users with administrationaccess to your database.
Durability
Maintain reliable servers with plenty of storage space and back-up systems that save transactionsimmediately.
    of 00

    Leave a Comment

    You must be to leave a comment.
    Submit
    Characters: ...

    Thankyou very much for your brief document.............

    You must be to leave a comment.
    Submit
    Characters: ...