answersLogoWhite

0

swallah is ,y nest

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the Componentes of dbms?

Data Definition Lenguage (DDL) Data Manipulation Lenguage (DML) Data Dictionary


What is the full form of ddl and dml?

ddl: data definition languagedml: data manipulation language


WHAT Systems you create actions as part of data manipulation rather than as part of data definition?

Relational systems


Three components of database management system?

1. A data definition language 2. A data manipulation language 3. A data dictionary


DBMS facilities required for Recovery and back up?

1.The data definition facility or data definition language (DDL). 2.The data manipulation facility or data manipulation language (DML). 3.The data query facility or data query language [DQL]. 4.The data control facility or data control language [DCL]. 5.The transaction control facility or data control language [TCL].


What is ExecuteNonQuery?

ExecuteNonQuery() is one of the most frequently used method in SqlCommand Object and is used for executing statements that do not return result set. ExecuteNonQuery() performs Data Definition tasks as well as Data Manipulation tasks also. The Data Definition tasks like creating Stored Procedures and Views perform by ExecuteNonQuery() . Also Data Manipulation tasks like Insert , Update and Delete perform by ExecuteNonQuery().


Major components of DBMS?

major components of database management system are as follow. 1) Software. 2) Hardware. 3) Data. 4) Procedure. 5) Access language. Software: software plays an important role in the DBMS.


Definition of internal register?

It's a physical memory location in the CPU that allows quick data manipulation - it's like a post-it note to your desktop - meant for small bits of data manipulation very quickly, not heavy long amounts of data like a physical ledger's spreadsheet. In general, the more registers there are in a CPU, the faster it can handle data; external data pulls are not required for simple procedures.


A type of data manipulation that doesn't affect the contents of a database is?

What is a type of data manipulation that doesn't affect the contents of a database?


What is sql statements?

SQL in database is short for structured query language. There are four types of SQL statements which are as follows : 1) Data retrieval language 2) Data manipulation language 3) Data control language 4) Data definition language


What does DML stand for?

data manipulation language, belongs to databases and sql. queries like insert/update/delete. in contrast, queries like create/alter/drop are called ddl (data definition language)


What is the schema definition in computer science and how does it impact data organization and structure within a system?

In computer science, a schema definition is a blueprint that outlines the structure and organization of data within a system. It defines the types of data that can be stored, their relationships, and how they are organized. The schema impacts data organization by ensuring consistency and coherence in how data is stored and accessed, which helps maintain data integrity and facilitates efficient data retrieval and manipulation within the system.