Future of world with technology grow, thrive, empower yourself, one step at a time. Sucess unlocked.
The journey of self-motivation and personal growth is a lifelong path, filled with twists and turns, triumphs and setbacks. By embracing this journey, we can develop the skills, confidence, and resilience needed to achieve our goals and live a fulfilling life. I hope that my insights and experiences will inspire and motivate you to embark on your own journey of self-discovery and growth. Join me as I share insights, experiences, and practical tips on living a fulfilling life.
Monday, December 2, 2013
Sunday, November 10, 2013
Database- SQL
Database- SQL
- SQL stands for Structured Query Language.
- SQL is an ANSI (i.e. American National Standards Institute ) standard computer language for accessing and manipulating database systems.
- SQl statements are used to retrieve and update data in a database.
- SQL works with database programs like MS Access ,DB2,Informix ,MS SQL Server, Oracle ,Sybase,etc.
- The first version ,initially called SEQUEL,was designed to manipulate and retrieve data
- SQL is a Non - procedural query language.
- Sometimes referred to as a Database Gateway Language as an ANSI made it a standard language for all DBMS.
SQL commands are divided into following categories:-
1)Data Definition Language-
It uses create,alter,drop,truncate
2)Data Manipulation Language -
It uses insert ,update,delete
3)Data Query Language -
It uses select
4)Data Control Language
It uses grant ,revoke
5)Transaction control Language
It uses commit,rollback
Syntax:
Create- CREATE TABLE tablename(columnname1 data_type (size)[constraints],(columname2 data_type (size)[constraints],....)
Alter- ALTER TABLE tableman ADD(<columnname> data_declaration[constraints],<columnname> data_declaration[constraints],.....);
To delete Drop - DROP TABLE <tablename>[CASCADE CONSTRAINTS];
Truncate Table<tablename>;
removes all rows from a table and is high speed data deletion statement.
Click here for solve the quiz on sql
Subscribe to:
Posts (Atom)
Featured posts
Ethiopian culture calendar language
Ethiopian culture, calendar, language The Ethiopian language, specifically Amharic, uses a script called Ge'ez script. It consists of 3...
Popular posts
-
The necessities of life are the basic needs that are essential for human survival and well-being. Here are some of the most fundamental nec...