answersLogoWhite

0


Best Answer

semicolon (;)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Many versions of SQL require you to end a command with a?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many versions of the SQL Server are there?

There are several versions of the SQL server that each perform different operations and often increase in quality as each one is released. In total there are at least 12 versions to date.


How many syntaxes has the INSERT SQL command?

One can find more information about how many syntaxes have the INSERT SQL command from the following websites: Stack Overflow, Microsoft and Wikipedia.


What is the purpose of the AS command in SQL?

If you are in search of learning the purpose of the AS command in SQL, there are a few resources that are available to you. One resource that can explain the purpose of the AS command in SQL is Wikipedia.


What is the difference between sql and an sql server?

SQL is an abbreviation for Structured Query Language. SQL is a means to request data from a database. SQL is a standards based langage that has many versions approved by the American National Standards Institute (ANSI). There are many versions of ANSI-SQL and most databases support specific versions of ANSI-SQL. SQL Server is a database management system that was originally created by Sybase. Microsoft bought the rights from Sybase to market their own version of SQL Server on the Microsoft Windows operating system. Sybase still has versions of SQL Server on other operating systems. When people refer to SQL Server, they typically mean "Microsoft SQL Server." Microsoft SQL Server is a database management system (DBMS) that utilizes SQL (or more specifically Transact-SQL, or T-SQL) as a means to extract data from it's database tables.


How many versions of the standard SQL have there been?

3 Major Revisions and 11 minor


What does the replace command perform in SQL?

The replace command function in SQL preforms comparisons on the collation of an input or inputs. It also replaces the text in a string of the SQL server.


How many Microsoft SQL server versions exist?

As at 2012, thirteen different versions of Microsoft SQL server had been issued. The version 1 was released in 1989 and the latest version is SQL Server 2012. Each version has multiple editions for use with different applications.


How do you take delayed backup in SQL Server?

go to sql command prompt.


Will SQL training teach me how to use the INNER JOIN command?

SQL is a mostly standard language that allows for analysis and presentation of data stored in a database. The INNER JOIN command is one of the basic SQL commands. SQL training will teach you how to use this command, as well as the commands that result in other types of joins, like outer joins, left outer joins, etc. The best SQL training sources will present you with a simple set of raw data and examples of the result sets generated from each type of query. Be aware that there are several similar versions of SQL that vary with each target database (SQL Server, DB2, etc.) so be sure that the training you sign up for is specific to the database that you intend to use.


Can you use SQL to pull data from Oracle?

yes.... example: select *from employee; dml command in sql language


What is the means drop command in sql?

The DROP command allows you to delete things such as tables or indexes.


What is query in mysql?

Query is any command given to My Sql