1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
pav-90 [236]
3 years ago
8

List five ways in which the type declaration system of a language such as Java or C differs from the data definition language us

ed in a database.
Computers and Technology
1 answer:
zhannawk [14.2K]3 years ago
8 0

Answer:

Hi Sevanah! Below are the five main differences between a type declarative language and a data definition language:

A data definition language:

1. define data structure

2. define the column attributes of a table

3. no further classifications

4. The basic commands in a Data Definition language are CREATE, DROP, RENAME, ALTER

5. Scope of variables in data definition languages is limited  

A type declarative language:

1. manipulate the data itself

2. uses functions to add and update the rows of a table

3. further classified into procedural and non-procedural languages

4. The basic commands are INSERT, UPDATE and MERGE

5. Scope of variables in type declarative languages is varied

Explanation:

A data definition language is used to define data structures. It makes use of statements such as create table, alter table to create and alter the database schema to allow it to hold rows of information. A type declarative language such as Java or C is used to manipulate the data itself. For example, insert, update and deletion of rows to the database. Whereas data definition languages define the column attributes of a table, a type declaration language uses functions to add and update the rows of a table. A data definition language does not have any further classification, however a type declarative language can be further classified into procedural and non-procedural languages. The basic commands in a Data Definition language are CREATE, DROP, RENAME, ALTER, whereas the basic commands in a type declarative language are INSERT, UPDATE and MERGE. There is little of no scope of variables in a data definition language, whereas the scope of variables in type declarative languages is varied

You might be interested in
True or false: The Internet and the World Wide Web are not synonymous. The WWW is just one part of the Internet, and its primary
aliya0001 [1]

True or false: The Internet and the World Wide Web are not synonymous. The WWW is just one part of the Internet, and its primary use is to correlate and disseminate information. The Internet includes the WWW and also other forms of communication systems such as email.

Answer : True

7 0
3 years ago
Why is it important to have good naming conventions for files?
Ganezh [65]

Answer:

A, easier to identify them.

Explanation:

I hope this helps!

5 0
3 years ago
Write a program that generates a random number between 1 and 100 and ask the user to guess what the number is. if the user's gue
Mars2501 [29]
You didn't specify a language, so here it is in C++.


#include <iostream>
#include <ctime>

int main()
{
    srand(time(NULL));

    int random, guess;

    random = rand() % 100 + 1;
    std::cout << "Random number generated!\nGuess the number: ";

    std::cin >> guess;

    if (guess == random)
        std::cout << "Yes!";
    else
        std::cout << "No!";

    return 0;
}
4 0
3 years ago
Amanda works in a manufacturing company. Recently, she learned that her male counterparts are paid higher wages than her. When A
vlabodo [156]
Alright bud the answer you will be looking for will be the equal pay act of 1963 it basically says equal pay for equal work
6 0
4 years ago
Read 2 more answers
This pseudocode will make the turtle draw a rectangle in Python
Brut [27]

False, The provided pseudocode will not make the turtle draw a rectangle in Python.

<h3>What is turtle in python?</h3>

Turtle in python is a convenient way of demonstrating and explaining programming to kids.

From the given pseudocode:

  • The turtle is supposed to continue to turn to the right position by 90 degrees.

Now, the correct code that will draw the rectangle in Python is:

from turtle import*

         move turtle forward 50 px

         turn turtle right 90 degrees

         move turtle forward 25 px

         turn turtle right 90 degrees

Learn more about turtle in python here:

brainly.com/question/16397886

8 0
3 years ago
Other questions:
  • 1. Explain what is meant by the following data types:
    11·1 answer
  • Which of the following protocols is used by Web servers to establish communication between a web page and a web browser?
    9·1 answer
  • What is an internal node?
    11·1 answer
  • Please hurry!
    15·2 answers
  • Raul is a 13-year-old teenager interested in taking up photography as a new hobby. His dad wants to buy him a camera for his bir
    13·1 answer
  • Select the correct answer.<br> What do you understand by "exposition"?
    10·2 answers
  • The National Vulnerability Database (NVD) is responsible for actively performing vulnerability testing for every company's softw
    8·1 answer
  • 1k bits equals to how many bits
    12·1 answer
  • the history of forensics webquest answer key pdf what did the following people contribute to forensics
    11·1 answer
  • What did Sniff and Scurry find while Hem and Haw were still hesitating? What did Haw write on the wall and how does this apply t
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!