answersLogoWhite

0


Best Answer

In an organization the people who deal with the DBMS are a team that works in that department only. Other than them IT department can also manage the database . In all one must have knowledge to tackle the system if something goes wrong ,that is the IT person .

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

You can ask someone in the IT department that does database management.

Generally those people should be knowledgeable with sql commands.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who in the organization should be familiar with sql commands and why?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the three update commands in sql?

The three update commands in SQL are SET, WHERE, AND FROM.


What are sql commands?

SQL commands are specific structured query language keywords that are used to create, alter, and view data held withing a database. (Ex. SELECT, CREATE, ALTER) For more information about SQL: http://en.wikipedia.org/wiki/SQL


What procedures?

It is a saved set of SQL commands that can be run by the user.


How does SQL allow implementation of the entity integrity and referencial integrity constraints what about general integrity constraints?

sql allow their implementation using various sql commands


How do you use SQL?

You use SQL by issuing commands to an SQL server, either directly by you or by a program you are using.


What are stored-procedures?

It is a saved set of SQL commands that can be run by the user.


What commands is used to add rows to a table in oracle 11g SQL?

INSERT


Can a project done in sql 2005 run in sql 2008?

Sure, but only if you know which commands/functions work in the newer version, because in newer versions, more commands/functions are developed, and some things are removed.


SQL is what language?

SQL stands for Structured Query Language. It is a programming language used to deal with relational databases. One can use SQL to view and manage databases. SQL is a domain-specific language, meaning it has a higher level of abstraction optimized for a specific class of problems. SQL commands can store, remove, update, and retrieve data from relational databases. SQL helps manage the data kept in databases and enables users to access the required data when needed. It is a simple but powerful programming language. In addition to deleting, updating, and extracting data, it can modify the database structures using SQL commands. The following are categories for SQL statements. DDL(Data definition language) Commands: The user can create and modify database objects using DDL based on their needs. So, the SQL commands used to create the database structure are known as data description language (DDL). Examples of DDL commands are CREATE, DROP, RENAME, and ALTER. DML(Data manipulation language) Commands: One can update their databases using the DML commands. One can insert a new record or delete an old record using the insert and delete commands, respectively. Examples of DML commands are INSERT, UPDATE, DELETE etc. DCL(Data control language) Commands: This command is generally used by database administrators to regulate or grant other users access to databases. For example, they can allow possible uses to modify one or more tables by using the GRANT command. Examples of DCL commands are GRANT and REVOKE. DQL( Data query language) Commands: These commands are used to access the relational databases. For example, a user can use the SELECT command to select and return detailed data from a SQL table. TCL(Transaction control language) Commands: TCL commands help the user in controlling transactions related to database operations. Examples of TCL commands are COMMIT and ROLLBACK. Some of the advantages of SQL language are as follows: It can provide users with a quick and efficient way to receive, modify, or store data resulting and efficient and fast query processing. Because it provides simple commands for all reasons, it becomes an interactive language for its users. Non-programmers can also grasp SQL commands. Because SQL primarily comprises English statements, it is easy to understand and create SQL queries. Without writing a lot of code, database systems are simple to manage. SQL is a portable language. Independent of any device, it can be used in software on PCs, servers, and laptops. Additionally, it can be integrated with other applications based on use, necessity, and need. SQL is easy to learn. Additionally, one can use it to connect to databases and instantly get solutions to challenging queries. The SQL language offers each user a different point of view on the data. It can be constructed from one or more tables depending on the written queries or the view's purpose. ANSI and ISO have approved the relational database query language SQL. As a result of appropriate documentation and years of establishment, it provides all users with a consistent platform globally.


What do you mean sql client?

In the context of computer programming and database management, an SQL client is a software application or tool that allows users to connect to a database server and execute SQL queries against the database. The SQL client provides an interface for users to enter SQL commands, execute those commands against the database, and view the results. Some examples of SQL clients include MySQL Workbench, Microsoft SQL Server Management Studio, and Oracle SQL Developer. SQL clients are commonly used by database administrators, software developers, data analysts, and other professionals who work with databases. They are essential tools for managing and manipulating data in relational databases. For more information, please visit: 1stepGrow


What is the difference between SQL and SQLPlus?

Structured Query Language, abbreviated as SQL, is a programming language. It is designed to manage data stored in relational databases. Various commands or operations like Select, Group by, Insert, Modify, etc, are implemented using SQL to fetch, retrieve or add data to the database. It can be used in correlation with other programming languages like Python or Java, to build applications. Any tool or application can communicate with the Oracle server using the command language SQL. Oracle SQL has numerous extensions. A SQL statement that you enter is saved in memory's "SQL buffer" and stays there until you write another SQL statement. An Oracle tool called SQLPlus identifies and sends SQL statements to the Oracle9i Server for execution. It has a built-in command language. It is a client program allowing users to enter SQL and PL/SQL commands and execute them. SQLPlus comes with the Oracle installation. It is commonly used to develop and run SQL and PL/SQL statements, scripts, and reports. SQL SQLPLus is a language used to access data from the Oracle server by talking with it. Recognizes SQL statements and sends them to the server Is based on American National Standards Institute (ANSI)-standard SQL Is Oracle's interface for running SQL statements proprietary? manipulates the database's data and table definitions. does not permit changing of database values employs a termination character to carry out directives right away. does not need termination characters and immediately carries out commands. Uses functions to perform some formatting Uses commands to format data


What should I get sql training for?

SQL training is needed if you are going to be working with Microsoft SQL Databases