answersLogoWhite

0


Best Answer

Not in MS Access 2007.

However it is a Database Design Language.

User Avatar

Laury Homenick

Lvl 10
1y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

5d ago

DBDL is not a programming language, but rather a domain-specific language used for specifying database designs and structures. It allows users to define the schema, constraints, relationships, and other aspects of a database in a declarative manner, making it easier to communicate and implement database designs. DBDL typically generates SQL scripts or other database-specific code for creating and managing databases based on the specifications provided.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Database Designation Language DBDL is a programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is SQL is a database programming language?

no.it is not progrmming language.


Is java a database?

No, its a programming language.


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


How will you set the length of a text field in database?

Depends on the database programming language


What is the typical language for database management?

The typical language for database management is SQL. This is one of many programming languages, but this is the predominate one for database management.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Database programming language?

Depends upon the database you are talking about MS SQL Server uses SQL and T-SQL programming languages. Oracle is also a SQl based language usings its own 'flavor' PSQL


What is the difference between a programming language and a database?

Programming language is to develop an application where a database is a place at which we can store the data about any objects and a software which maintains this database is called DBMS.


How to connect database in C programming language c?

It depends on the database (eg Oracle, MySql, Postgresql), obviously.


What are the differences between Oracle 10g and ms sql database?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


What is the programming language DBCC used for?

DBCC stands for Database Console Commands. DBCC is part of the Transact-SQL programming language and is used to troubleshoot and maintain Microsoft SQL servers.