answersLogoWhite

0

Sumer was a civilization and historical region in southern Mesopotamia, modern Iraq. It is the earliest known civilization in the world and is known as the Cradle of Civilization. The cuneiform writing system is the answer to your question.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What were the name of the tablets called on which the Roman Laws were engraved?

They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.They were called the Twelve Tables or the Twelve Tablets.


Which sql statement inserts data into a table called project?

Writing code is a way for developers to make tables and websites to specifically the job they want them to do. A T-script reads contents of the table and uses the data to create a table that matches the contents.


What does SQL CREATE VIEW achieve?

SQL CREATE VIEW achieves the creation of a table or tables in the SQL database. One can then create tables to the purpose they desire and fill them in with information.


How do you create tables in Microsoft Word?

typing


What is each row called in a database?

In database the data is stored in tables called database tables. These tables have rows and columns. Each row is called a tuple.


How do you use cuneiform in a sentence?

Cuneiform is a system of writing that uses a series of wedge-shaped characters. An example of using cuneiform in a sentence would be: "The ancient Sumerians used cuneiform to record their daily activities on clay tablets."


What you can use inbuilt feature in MS Access to create tables?

You can use the Create Table Wizard, a Make Table Query or a Data Definition Query as ways that are built into Access to create tables.


Which tool do you use to create a query object?

tables


What is limestone used for in classrooms?

Writing on tables with chalk which is also CaCO3.


Why are times tables called times tables?

Because they are tables of the numbers that are the result of "times"-ing a number.


The only part of the bible that god wrote with his own fingers on two stones was?

Ex:32:16: And the tables were the work of God, and the writing was the writing of God, graven upon the tables. The ten commandments.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);