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
Ad libitum [116K]
3 years ago
5

Which one of these is least like the others javascript ruby python mysql.

Computers and Technology
1 answer:
Cerrena [4.2K]3 years ago
6 0

MySQL is a relational database management system based on the structured query language, JavaScript, Ruby and Python are programming languages ​​used largely in web development.

<h3>What is MySQL?</h3>

It is a system that allows database management, that is, it is a database query language that is used to define relational database structures.

<h3>Characteristics of MySQL</h3>

  • The system works on the client-server principle, where the server represents the actual database management system and is responsible for storing and distributing the data.

  • It can be used on Windows, Linux, Unix and some other operating systems.

Therefore, we can conclude that MySQL is a relational database management system based on the structured query language, JavaScript, Ruby and Python are programming languages ​​used largely in web development.

Learn more about MySQL here: brainly.com/question/4964005

You might be interested in
What is better tower in tower defense simulator roblox
Morgarella [4.7K]

The commander is a tower that boosts the firerate of towers within its range.

Explanation:

The support towers are towers that helps you by giving you more cash or boosting your towers. It can be purchased in the store and its appearance resembles that of an officer standing on a wooden pedestal.

Support towers are towers that indirectly helps you, either by giving you more cash or boosting your towers.

There are 40 waves of zombie's in tower defence simulator. Modes are the difficult games in tower defence simulator that is available to play on standard maps.

It is unlocked by using the code " UPDATEINMINUTE2019" in the text box in the bottom left of the menu screen.

3 0
3 years ago
Read 2 more answers
Write a c program to display the series: 1,8,27,64,125​
garri49 [273]

num_list = [1, 8, 27, 64, 125]

for x in range ( len( num_list) ) :

print (num_list[x])

8 0
3 years ago
Which payment method typically charges the highest interest rates?
omeli [17]
It would be credit card purchases trust me i should know 
7 0
3 years ago
Design a data structure to support the following two operations for a set S of inte- gers, which allows duplicate values: • INSE
umka2103 [35]

Answer and Explanation:

Note that we are free to use any data structure that allows for arbitrary insertion and deletion of data

As an underlying data structure, we’ll use an (unsorted) array. INSERT(S, x) will  simply append x to the array, increasing its length. This has a constant runtime,  so we’ll say its cost is 1.

DELETE-LARGER-HALF(S) will work as follows: first, use SELECT to find the  median. Next, use PARTITION around the median to make sure that the upper half is stored within the last [|S|/2] elements. Finally, we delete these elements,  reducing the size of the array.This has a linear running time, so we’ll say its cost is n.

To show that any m operations can run in O(m) time, we define a potential  function \phi(S) = 2|S|. The amortized cost of INSERT is thus 1 + \delta \phi = 1 + 1 = 1 ;  the amortized cost of DELETE-LARGER-HALF is n +\delta\phi\leq n-2(n/2) = 0. So the  amortized cost of any m operations is O(m).

This answer essentially captures the idea behind the problem. However, there  are some technical points to clear up. (Calling the real-time costs 1 and n are not among them; this underestimates the running time by at most a constant. Ignoring constants like that is necessary to make concise arguments about amortized costs.)

First, an array does not support arbitrary insertions. Possible remedies include:

(1) using a dynamic array along the lines of §17.4, or (2) using a different structure  like a linked list, and having DELETE-LARGER-HALF convert it to an array and  back in linear time so that the SELECT and PARTITION algorithms may be used.

Second, it’s important to know which median to partition around and how to  delete the upper half of the elements: a mistake could lead to incorrect behavior when the array has an odd size or repeated elements. We should select the lower median,[|S|/2], since that’s the number of elements we want in the lower set: as  written, the CLRS Partition function will put elements less than or equal to the

pivot in the left set, and strictly larger elements in the right set. (If the partition function is defined differently, the answer should be different as well. You generally  should give a brief description of how your partition function works.) After a call to Partition, it is safe simply to keep the first [|S|/2] elements and drop the rest. On the other hand, it is not safe to go around deleting every element with

a sufficiently large value—take an array of zeros as a drastic example. If you wish  to take that approach, you’ll have to count the number of elements equal to the  median and delete the correct number of them.

Finally, the argument only shows that the <em>amortized</em> cost with respect to \phi is  O(m). The conclusion we’re asked for requires a technical condition: the potential  \phi never drops below its initial value. This is true for the usual reason: initially,  \phi = 0 because S is empty; during execution, \phi \geq 0  by definition.

7 0
3 years ago
"the ____ bar contains five buttons used to accomplish various tasks on the computer related to organizing and managing the cont
satela [25.4K]
The COMMAND bar contains five buttons used to accomplish various tasks on the computer related to organizing and managing the contents of the open window.
6 0
3 years ago
Other questions:
  • When a class contains a pointer to dynamically allocated memory, it is a good idea to equip the class with?
    9·1 answer
  • PLZ HELPPPPPPPPPPPPPPPPPPPP
    9·1 answer
  • A hotel salesperson enters sales in a text file. Each line contains the following, separated by semicolons: The name of the clie
    8·1 answer
  • When installing a network cable with multiple strands, a network technician pulled the cable past a sharp edge and exposes the c
    13·1 answer
  • Why have companies gotten more creative with ways to reach us?​
    14·1 answer
  • 1.
    9·1 answer
  • Three PCs are on an Ethernet LAN, connected by a hub. Describe how the Ethernet protocol deals with collisions in this situation
    9·1 answer
  • The probability that the price of a commodity is increasing is 0.62 and the probability that the price is decreasing is 0.18 . W
    12·1 answer
  • If an element is nested within another element, what happens to each line of the nested element?
    9·1 answer
  • How can a company that collects and uses private customer data ensure it will move forward in a sustainable culture of privacy?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!