answersLogoWhite

0

desc is not a Spanish word. I'm a 4th grader & I know Spanish & that is just sad.

desc no es una palavra en espanyol. soy en el cuarto grado y yo se espanyol y eso es solo triste.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What means desc?

"Desc" is commonly used as a short form for "description." It can refer to a brief explanation or summary of something.


What is Skull Storm?

Look at the desc.!


What are the are two sort functions for columns in SQL?

Asc & desc


What is coding for inserting Image in HTMl language?

In HTML: <img src="path/to/image.jpg" alt="Desc. of the Image"> In XHTML: <img src="path/to/image.jpg" alt="Desc. of the Image" />


What term is used to desc ribe how fast or slow a song is?

Tempo


What does the SQL clause ORDER by CustomerLastName DESC do?

The SQL clause ORDER BY CustomerLastName DESC sorts the results of a query based on the values in the CustomerLastName column. The DESC keyword specifies that the sorting should be done in descending order, meaning that names will be listed from Z to A. This clause is typically used to organize data for easier reading or to prioritize records based on the specified column.


Hot hot hot stock. desc?

Not, not, not to any stocks hyped on the Internet.


How do you get vipon Roblox?

You buy the VIP shirt, of course. Ussually link in the desc.


How do you change your faction description in minecraft?

In the chat, type: /f desc <description>


What does domino mean in Spanish?

what does domino mean in spanish


What does the name Antonia mean in Spanish?

Antonia in spanish mean Flower or Flor in spanish


What does it mean to sort a data file?

Sort refers to the action wherein the data fetched from a database table is ordered as per a specific criteria. The default order of sort is Ascending and the user can do a descending sort by using the keyword DESC after the order by keyword. Ex: select * from employee_details order by employee_num desc If the above statement is executed data will be displayed in descending order of employee numbers.