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
Sending the same messages to a large number of users is called​
Firlakuza [10]

Answer:

Can you give me the options

3 0
3 years ago
While your hands are on home row, your right hand rests lightly on _____.
ollegr [7]

Answer:

jkl;

Explanation:

6 0
3 years ago
Discuss the importance of using appropriate tools in conducting activity in farming?​
topjm [15]

Answer:

Farm tools can be very helpful to a farmer - just like all tools they improve the efficacy of the work the farmer does, making them more productive. It all depends on the tool and the job it is matched to. There is a gap between the tools that are being sold by various and sundry purveyors and the actual need of the farmer. So far, I have found that bigger is not always better vis-a-vis big tractors and the like. We have more recently purchased lighter tractors on our farm as they work better on wet ground which is what we are dealing with in our most recent wet Springs.

3 0
2 years ago
I need help to fill in a few blanks with this coding homework. did some, but need help on the rest. the assignment is down below
EleoNora [17]

Answer:

def main():

# Initialize variables

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while ( userGuess != secretNum):

   userGuess = int(input("Guess a number between 1 and 20: "))

   numGuesses = numGuesses + 1

   if (userGuess < secretNum):

        print("You guessed " + str(userGuess) + ". Too low.")

    if (userGuess > secretNum):

         print("You guessed " + str(userGuess) + ". Too high.")

print("You guessed " + str(userGuess) + ". The correct number is " + secretNum + " after " + numGuess + " times.")

main()

Explanation:

add a While until userGuess == secretNum than we stop

3 0
2 years ago
Which one of the following best defines a network client
Oksanka [162]
A person that is using the network
8 0
3 years ago
Read 2 more answers
Other questions:
  • 2. Fabulously Fit offers memberships for
    9·1 answer
  • This assignment is to read from an input file and process the data for a group of people. Your program calculates the interest a
    5·1 answer
  • What percent<br> of students in<br> the US are<br> considered<br> ESL<br> students?
    5·1 answer
  • When an individual user works in _____, the workstation performs all the functions of a server by storing, accessing, and proces
    15·1 answer
  • What does the hard disk drive do?
    9·2 answers
  • Edhesive coding practice 3.4​
    12·1 answer
  • What does the -pwd switch do? how can you make dsadd bring up a prompt asking for the users password?
    10·1 answer
  • What's the difference between pseudo code and natural language​
    8·2 answers
  • Guys, if I'm going back to 505 and it's a 7-hour flight or a 45-minute drive how do I get to 505?
    12·1 answer
  • How to have grey font in java swing.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!