BASUKI BUDIJANI…. Untuk mahasiswaku / siswaku tercinta SQL SERVER 2008 DATABASE: A database is a collection of information that is organised so that it can be easily accessed, managed and updated. ANOTHER DEFINITION OF DATABASE: A stuctured set of data held in a computer, especially one that is accexxible in various ways. DATABASE TABLE: Database table is a tabular format format and it is used to store the dat of our application, sofware, orgaization etc. Table is made of rows and columns. A row represents a record. A column represents a field. SQL is a standard language for storing, manipulating and retriieving data in databases. What is SQL? SQL stands for structured query language SQL lets you access and manipulate databases SQL is an ANSI ( american national stadards institute ) standard. What can SQL do ? SQL can execute wueries against a database SQL can retrieve data from a datbase SQL can in...