Results 1 to 6 of 6

Thread: Defining and controlling database in SQL

  1. #1
    Join Date
    Dec 2010
    Posts
    66

    Defining and controlling database in SQL

    I am an IT student , I am looking forward my career as a database administrator, but do not have much knowledge about the SQL language . I wanted to know how those database are created in and manage in database , so if you have any idea , please provide share a bit of knowledge about this.

  2. #2
    Join Date
    May 2009
    Posts
    527

    Re: Defining and controlling database in SQL

    You can use a the control statements in the data control language, data definition language and data manipulation language in order to deal with the database in the SQL. These are not actually state these are all standards that contain the basic schema of all those structures being created.

  3. #3
    Join Date
    Apr 2009
    Posts
    488

    Re: Defining and controlling database in SQL

    The DDL can be used to define any particular data base or a table , so in case if you want to create any data base you can use the create statement , through which you will be able to create a database or a table. You can also drop those tables and database using DROP statement.

  4. #4
    Join Date
    May 2009
    Posts
    539

    Re: Defining and controlling database in SQL

    Apart from the DDL statements there are some more statements that allows you to manipulate the contents of the tables , these statements are SELECT, INSERT, DELETE and UPDATE. These statements are used as their name suggests and perform necessary modifications being done in the table.

  5. #5
    Join Date
    May 2009
    Posts
    529

    Re: Defining and controlling database in SQL

    A lot of SQL users do not have to be concerned about creating a database; they utilize interactive or programmatic SQL to utilize a database of commercial information or to utilize a few other database that has been created by someone else. In a classic commercial database, for example, the database administrator may provide you authorization to reclaim and possibly to update the stored information. However, the administrator will not permit you to make new databases or to alter the formation of the presented tables. As you nurture further convenient with SQL, you will possibly want to begin making your own individual tables to stock up private data such as results of the test being conducted or forecasts made on annual sale . If you are using a multi-user database, you may want to generate tables or even whole databases that will be common among many such users. If you are using a personal computer database, you will definitely want to generate your own tables and databases to sustain your private applications. The syntax of these statement is similar in case of creating a data base or creating a table. you will have to use the CREATE STATEMENT to create this type f structures. But the query in SQl differ slightly from that of Oracle . If you are really looking to learn these handling of database, you will have to learn first all the basic statements and all things you should practice all these queries and begin with the simple one and then go with the complex queries. I have got a bit of SQL language if you get stuck you can post your question back I will be there for you to assist you.

  6. #6
    Join Date
    May 2009
    Posts
    543

    Re: Defining and controlling database in SQL

    Data Definition Language (DDL) explains the part of SQL that permits you to create, alter, and drop the objects created in database . you can create different types of such objects such as schemas, tables, views, and aliases. You can do such actions when using statements such as CREATE statements , Drop Statements and Alter statements. These statements are also called as DDL statements or data definition statements because they are used to define the structure of the data base objects

Similar Threads

  1. Defining a Remote Object in Java
    By Dharamsi in forum Software Development
    Replies: 5
    Last Post: 18-02-2010, 08:10 PM
  2. Regex for defining headers
    By TechGate in forum Software Development
    Replies: 5
    Last Post: 16-02-2010, 06:00 AM
  3. Defining primary key on database table
    By Garlands in forum Software Development
    Replies: 4
    Last Post: 09-02-2010, 09:09 PM
  4. Defining a Layout using SMIL and HTML
    By Anathakrishnan in forum Windows Software
    Replies: 3
    Last Post: 30-04-2009, 10:34 AM
  5. Defining Chapters in Movie Maker
    By Will in forum Vista Help
    Replies: 4
    Last Post: 27-07-2007, 01:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,419,632.51454 seconds with 17 queries