What is the SQL?????????????????????????????
Answers were Sorted based on User's Feedback
Answer / ritz
SQL stands for structured query langauage.it's a databse
laguage designed to manage the data in RDBMS.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ankur sharma
sql is a structured query language used for deleting, updating,and requesting information from the database.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / khan
SQL stands for STRUCTURED QUERY LANGUAGE.
SQL is a command language for communicating with the ORACLE
Server to Access,Manipulate and Control the data.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / radhika
sql is a computer language which follows ANSI standards for
accessing and manipulating database systems.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamarajar a
SQL stands for Structured Query Language, is the set of
comments use to access data in Relational database, purpose
of SQL is to provide the interface to a relational database
like Oracle.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is analysis service repository?
What is merge replication?
how many types of store procedre in sqlserver 2000?
what is a correlated sub-query? : Sql server database administration
How do we know if any query is retrieving a large amount of data or very little data?
What is data modeling and Reterminal integrity?
Write a query for primary key constraint with identity key word?
Explain some DBCC commands?
Explain comment on transactions?
Why use identity in sql server?
When columns are added to existing tables, what do they initially contain?
Explain the difference between functions and stored procedures in sql server?