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 |
Syntax to find the used space and free space of the Data file in a database(SQL Server). Following queries didn't give the exact Used space and Free Space Information sp_spaceused;DBCC showfilestats;exec MyDbName.dbo.sp_spaceused;SP_HELPFILE Can any one tell me the query for how to find the exact used data file space and free space in a Data File?
What is Check point? Explain in Brief what it will do?
What is conditional split?
optimization techinques
Explain few examples of RDBMS?
if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
17 Answers 3i Infotech, Rolta, TCS,
Where the sql logs gets stored?
How to make a remote connection in a database?
What is set nocount on?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What is a stored procedure?
What are subqueries in sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)